Anti-Debug Technique
Noun · Security & Infosec
Definitions
A method used by malware or protected software to detect, disrupt, or mislead debuggers so analysis becomes harder. Common anti-debug techniques include timing checks, API probes, breakpoint detection, and environment tricks.
In plain English: A trick used to make debugging and reverse engineering harder.
Example: "The sample used an anti-debug technique that terminated execution as soon as a debugger attached."