idapython / src

IDAPython project for Hex-Ray's IDA Pro
http://www.hex-rays.com/
Other
1.41k stars 285 forks source link

FindInstructions.py IDA6.9 #8

Closed togacure closed 8 years ago

togacure commented 8 years ago
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "../idapython/Scripts/FindInstructions.py", line 134, in find
    c.choose()
  File "..\IDA 6.9\python\idaapi.py", line 49405, in choose
    self.icon)
TypeError: in method 'choose_choose', argument 1 of type 'void *'
Script Default snippet error: Traceback (most recent call last):
  File "<string>", line 45, in <module>
  File "..\IDA 6.9\python\idaapi.py", line 49405, in choose
    self.icon)
TypeError: in method 'choose_choose', argument 1 of type 'void *'
aundro commented 8 years ago

Hi,

Please direct all bug reports to support@hex-rays.com. Concerning this particular issue: we are aware of it, and it was fixed (but not yet pushed here). Please contact us for a hotfix, while I'm preparing the patch for this repository. Thanks!