Skip to content

Anti Attach Technique against User-Mode Debuggers like x64dbg, ollydbg and more.

Notifications You must be signed in to change notification settings

cutypie2351/Anti-Debugger-Attach

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Anti Debugger Attach

Anti Attach Technique against User-Mode Debuggers like x64dbg, ollydbg and more.

Features

  • Anti Debugging – blocks debuggers from attaching.
  • Process Protection - A child process that protect the parent process.
  • Notes of every part in the code to understand it better.

How It Works

  • Main process starts and creates a child process
  • The child process trying to attach as a debugger to the parent process
  • Windows allows only 1 debugger to attach for each process
  • because of that if the child process attached succesfully then app can continue executing
  • If child process failed to attach the parent process, its means a debugger already attached it and a MessageBox of "Debugger Detected" appears

About

Anti Attach Technique against User-Mode Debuggers like x64dbg, ollydbg and more.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages