IsDebuggerPresent (kernel32)
Last changed: -186.136.223.176

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool IsDebuggerPresent();

User-Defined Types:

None.

Notes:

This is a good way to protect your applications from being decompiled. Call this before your application starts to use this call correctly.

Tips & Tricks:

Call this before your application starts to fully protect it.

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation