FSecureLABS / win_driver_plugin

A tool to help when dealing with Windows IOCTL codes or reversing Windows drivers.
https://labs.mwrinfosecurity.com/tools/win-driver-tool/
Other
420 stars 122 forks source link

TypeError: 'NoneType' object is not callable #1

Closed poxyran closed 7 years ago

poxyran commented 8 years ago

Hi Sam!, I'm using the plugin in IDA 9.5 and, even though the IOCTLs are showed in the log window, I get this error:

{{{ Traceback (most recent call last): File "C:/Program Files (x86)/IDA 6.95/plugins/ioctl_plugin.py", line 254, in activate DisplayIOCTLSForm() File "C:/Program Files (x86)/IDA 6.95/plugins/ioctl_plugin.py", line 34, in init "form_change": Form.FormChangeCb(self.form_change), File "C:\Program Files (x86)\IDA 6.95\python\ida_kernwin.py", line 4255, in init self.arg = _FORMCHGCB_T(self.helper_cb) TypeError: 'NoneType' object is not callable }}}

Any idea?

sam-b commented 8 years ago

Weird - I couldn't get this to replicate, I'll see if I have an older IDA installer laying about to test on :/

sam-b commented 7 years ago

@poxyran slowest follow up ever (life :O) but let me know if the new version I just pushed is still bugging out