1 Repo
Techniques for avoiding detection by software that specifically checks for the presence of a debugger.
Distinct from Debugger Detection: Distinct from Debugger Detection: focuses on the evasion of detection rather than the act of detecting a debugger.
Explore 1 awesome GitHub repository matching security & cryptography · Debugger Evasion. Refine with filters or upvote what's useful.
ScyllaHide is an anti-debugger bypass plugin and reverse engineering tool designed to hide a debugger from a target application. It functions as a user-mode API hooking library and DLL injection framework that prevents programs from detecting and closing themselves when being analyzed. The project enables malware analysis and the study of protected software by neutralizing security defenses. It achieves this by intercepting and modifying system library responses to deceive applications about their execution environment. The utility employs several technical methods to maintain stealth, inclu
Hides the debugger from target applications to prevent the program from detecting the tool and closing.