# AntiDebuggers **Repository Path**: zdiskless/AntiDebuggers ## Basic Information - **Project Name**: AntiDebuggers - **Description**: 30种方法检测程序是否被调试 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2019-07-06 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 反调试技术总结 反调试就是检测有没有被调试器调试,比如OllyDbg,IDA,WinDbg等。 参考资料:[houjingyi ](https://bbs.pediy.com/thread-225735.htm) 代码: [GitHub](https://github.com/houjingyi233/test-debug) [Tencent2016D.cpp](./Tencent2016D.cpp) 中实现了30种检测调试器的方法,非常的精彩给力 -- 30 Ways to anti-debugging on PC.For more information:http://blog.csdn.net/qq_32400847/article/details/52798050 ##### 截图 ![snatshot.png](snatshot.png) ##### 虚拟机检测 [AntiVirtualMachine](https://github.com/wanttobeno/AntiVirtualMachine) ##### 保护自己的程序不被破解 [DllProtect](https://github.com/wanttobeno/DllProtect)