https://github.com/dmtai/anti_debug
Simple .cpp file to protect the program from a debugger
https://github.com/dmtai/anti_debug
anti-debug anti-debugging antidebug reverse-engineering winapi
Last synced: about 1 year ago
JSON representation
Simple .cpp file to protect the program from a debugger
- Host: GitHub
- URL: https://github.com/dmtai/anti_debug
- Owner: dmtai
- License: mit
- Created: 2023-07-22T08:55:38.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-08-05T19:44:47.000Z (over 2 years ago)
- Last Synced: 2025-01-25T16:41:47.619Z (about 1 year ago)
- Topics: anti-debug, anti-debugging, antidebug, reverse-engineering, winapi
- Language: C++
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Simple .cpp file to protect the program from a debugger on Windows. Just add `anti_debug.cpp` to the project and a debugger won't be able to work.