2

What tricks can be used to prevent or hinder debugging?

Examples:

  • IsDebuggerPresent API on Windows
  • Exception handlers used for program flow.
  • GetTickCount / rdtsc checks.

Are there any good resources on this kind of thing?

Polynomial
  • 132,208
  • 43
  • 298
  • 379

1 Answers1

3

You could begin looking at Symantec: http://www.symantec.com/connect/articles/windows-anti-debug-reference

And there is a question in Stackoverflow about anti-debugging tricks.

woliveirajr
  • 4,462
  • 2
  • 17
  • 26