hasherezade / tiny_tracer

A Pin Tool for tracing API calls etc
1.25k stars 138 forks source link

[FEATURE] Added some additional AntiDebug API tracking #50

Closed cecio closed 11 months ago

cecio commented 11 months ago

I added some additional API tracking for AntiDebug:

For the first two, given the fact that they should be pretty peculiar, I just added the tracking, without additional checks. Especially for the first point: since these are active debugging functions, they shouldn't be called outside antidebug tricks (unless we trace a debugger).

For the BlockInput I added a counter, to track if there is more than one call.

As usual, let me know if you think any re-work is needed. Thanks a lot!

hasherezade commented 11 months ago

looks good, thank you!

cecio commented 11 months ago

Thanks!