Tagged Questions
2
votes
2answers
227 views
Changing the program flow when running under a debugger
Is there any way of detecting that a debugger is running in memory?
and here comes the on Form Load pseudocode.
if debugger.IsRunning then
Application.exit
end if
Edit: The original title was ...
0
votes
1answer
58 views
Securing Windows Phone 7 App?
I'm about to port some of my applications to Windows Phone 7. At the moment, these apps are all native, C++ or Delphi. Over the years I've developed a good understanding and skills on how to secure ...