Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 557 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 557 Bytes

Visual Studio Anti-Debug

Minor exploit in order to disable process debugging with the Visual Studio IDE

This only works on VS, WinDbg and DBX are not affected by this, but you can always prevent those by fully disabling via process checks.

The dll is precompiled with the code in dllCode.cpp, not the full source of the Dll but that is the function code referenced if you have any doubts. Feel free to recompile your own if you are worried about viruses.

Image of VS while applied