Hi there,
Is there a generic way for a program to detect whether it is running in a debugger?
By generic I mean any debugger. I'm not looking for assembler to detect SoftIce.
Thanks
This is a discussion on Debugger Detection within the Windows Programming forums, part of the Platform Specific Boards category; Hi there, Is there a generic way for a program to detect whether it is running in a debugger? By ...
Hi there,
Is there a generic way for a program to detect whether it is running in a debugger?
By generic I mean any debugger. I'm not looking for assembler to detect SoftIce.
Thanks
I doubt it. Very seriously.
> Is there a generic way for a program to detect whether it is running in a debugger?
No.
But since this is the windows board, maybe this applies
http://msdn.microsoft.com/library/de...gerpresent.asp
If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
If at first you don't succeed, try writing your phone number on the exam paper.
I support http://www.ukip.org/ as the first necessary step to a free Europe.
>But since this is the windows board, maybe this applies
Perfect thanks!
Maybe I should have said, I was looking for a generic [Windows] solution.