Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

idb2pat in ida6.8 with "NoneType" error #74

Open
m0ck1ng opened this issue Jul 10, 2019 · 0 comments
Open

idb2pat in ida6.8 with "NoneType" error #74

m0ck1ng opened this issue Jul 10, 2019 · 0 comments

Comments

@m0ck1ng
Copy link

m0ck1ng commented Jul 10, 2019

I was using an earlier commit(Jan. 2016) of idb2pat.py in IDA 6.8. However I came across an error as following:

"idb2pat.py:'NoneType' object has no attribute 'rfind'
Traceback(most recent call last)
File D IDA 6.8\python idaapi py line 601, in IDAPython ExecScript execfile (script, g)
File D: /IDA 6.8/plugins/idb2pat py line 478, in <module> 
main()
File D: /DA 6.8/plugins/idb2pat py, line 449, in main 
update config(c)
File D: /Da 6.8/plugins/idb2pat py, line 426, in update config 
name, extension =oS path.splitext(get input file path())
File "C: \Python2/(Lib\ntpath py line 190, in spliter return genericpath. splitext(p, sep, altsep, extsep)
File C:\Python2/Lib\genericpath py", line 91, in splitext
seplndex= p.find(sep)
AttributeError: None Type object has no attribute find"

I put idb2pat under ./plugin. Is it correct?

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant