Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

antiantidebugger-x64dbg-expert

x64dbg plugin that uses Unicorn Engine to emulate the target process and bypass anti-debug tricks (rdtsc, syscall detection, out-of-module detection).

x64 only.

How it works

  1. Click sys_trace in the Plugins menu
  2. Plugin snapshots current registers + all committed memory into a Unicorn emulator
  3. Emulator runs until it hits rdtsc, syscall, or an out-of-module jump
  4. Plugin sets a hardware breakpoint at the stop address, resumes the real process
  5. On breakpoint hit, loops back to step 2

Requirements

Build

cmake -S . -B build -DCMAKE_TOOLCHAIN_FILE="D:/vcpkg/scripts/buildsystems/vcpkg.cmake"
cmake --build build --config Release

Output: build/Release/antidebugger.dp64

Copy to x64dbg/release/x64/plugins/.

About

x64dbg plugin that uses Unicorn Engine to emulate the target process and bypass anti-debug

Resources

Stars

9 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages