Quantcast
Channel: Detect debugger in c++ with zero division exception - Stack Overflow
Browsing all 2 articles
Browse latest View live

Answer by Caleth for Detect debugger in c++ with zero division exception

Given that you are using "windows.h", you can simplify it to IsDebuggerPresent, and / or DebugBreak

View Article



Detect debugger in c++ with zero division exception

I found function written in c++ which is able to detect debugger when I executexor eax, eaxdiv eaxbut the problem is when a debugger is attached the process crashes after reaching div eax. I put that...

View Article
Browsing all 2 articles
Browse latest View live


Latest Images