jevey / idapython

Automatically exported from code.google.com/p/idapython
Other
1 stars 0 forks source link

set_exception_code not implemented in idaapi #86

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Start example script, provided in attachment.
2. See the error message.

What is the expected output? What do you see instead?
Exception flags should be set, but instead I get an error message "module has 
no attribute 'set_exception_flags'".

What version of the product are you using? On what operating system?
IDAPython 1.5.5 final with IDA Pro 6.3 and Python 2.7.2 on Windows.

Please provide any additional information below.
idc.py redirects "SetExceptionCode" call to "set_exception_code" in idaapi, but 
there is no such function in idaapi.py.

Original issue reported on code.google.com by lukasz.s...@gmail.com on 4 Mar 2013 at 8:32

Attachments: