Anti‐Debugging - O-LavenderAshburn/Knowledgebase_MalwareAnalysis GitHub Wiki

What is anti-debugging

Anti-debugging is a technique used by malware authors Anti-debugging is a technique used to prevent reverse engineering by disrupting or misleading debuggers and disassemblers. One common method involves using misleading raw instructions. These raw instructions are byte sequences that form valid CPU instructions but confuse static disassemblers.