An open API service indexing awesome lists of open source software.

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

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.