deresz / funcap

IDA Pro script to add some useful runtime info to static analysis
523 stars 93 forks source link

Crashing on IDA 6.7 #11

Closed swackhamer closed 9 years ago

swackhamer commented 9 years ago

Crashes almost immediately after hooking a segment and running the debugger. Have tried multiple executables that work well with IDA 6.6 but crash almost immediately on 6.7. Can give a crash dump on request.

Using IDA Pro 6.7.141229 32bit

Commands executed: d.on(); d.hookSeg(".text")

deresz commented 9 years ago

ok, will diagnose it as soon as I have 6.7

deresz commented 9 years ago

It seems to be a problem with Python debug hooks in IDA 6.7. I will contact Hex-Rays.

deresz commented 9 years ago

Ok confirmed as a bug with Hex-Rays. You can contact Hex-Rays support for a fix. IDA 6.8 should contain an official fix.