deresz / funcap

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

funcap PIN tool #6

Open deresz opened 11 years ago

deresz commented 11 years ago

Re-implementation of funcap as a pintool. This poses some chalenges but I think it is worth the effort, especially for things like obfuscated code where standard debugger breakpoints mess up with the code and traditional trace is just too slow. I am unsure if it would work for ARM, and sure that it won't support kernel mode so it has some drawbacks ...