AntiDebugging 1.2.0
C# Anti-Debug and Anti-Dumping techniques using Win32/NT API functions. There are certain functions/methods like the anti-dump that were created by other people.
Install-Package AntiDebugging -Version 1.2.0
dotnet add package AntiDebugging --version 1.2.0
<PackageReference Include="AntiDebugging" Version="1.2.0" />
paket add AntiDebugging --version 1.2.0
#r "nuget: AntiDebugging, 1.2.0"
Anti Debugging
C# Anti-Debug and Anti-Dumping techniques using Win32/NT API functions. There are certain functions/methods like the anti-dump that were created by other people.
Features at a glance
- PoC: Prevent a debugger from attaching to managed .NET processes via a watcher process code pattern.
- Anti Virtual Machine & VPS
- Anti Dump - Clears headers and some secret magic ontop (WARNING! It breaks applications which are obfuscated)
- Check for managed debugger
- Check for unmanaged debugger
- Check for remote debugger
- Check debug port
- Detach from debugger process
- Check for kernel debugger
- Hides current process OS thread ( managed threads soon )
- Scan and Kill debuggers (ollydbg, x32dbg, x64dbg, Immunity, MegaDumper, etc)
How to use
Get it on NuGet:
PM> Install-Package AntiDebugging
Or via the .NET Core command line interface:
dotnet add package AntiDebugging
Anti Debugging
C# Anti-Debug and Anti-Dumping techniques using Win32/NT API functions. There are certain functions/methods like the anti-dump that were created by other people.
Features at a glance
- PoC: Prevent a debugger from attaching to managed .NET processes via a watcher process code pattern.
- Anti Virtual Machine & VPS
- Anti Dump - Clears headers and some secret magic ontop (WARNING! It breaks applications which are obfuscated)
- Check for managed debugger
- Check for unmanaged debugger
- Check for remote debugger
- Check debug port
- Detach from debugger process
- Check for kernel debugger
- Hides current process OS thread ( managed threads soon )
- Scan and Kill debuggers (ollydbg, x32dbg, x64dbg, Immunity, MegaDumper, etc)
How to use
Get it on NuGet:
PM> Install-Package AntiDebugging
Or via the .NET Core command line interface:
dotnet add package AntiDebugging
Release Notes
* PoC: Prevent a debugger from attaching to managed .NET processes via a watcher process code pattern.
* Anti Virtual Machine & VPS
* Anti Dump - Clears headers and some secret magic ontop (WARNING! It breaks applications which are obfuscated)
* Check for managed debugger
* Check for unmanaged debugger
* Check for remote debugger
* Check debug port
* Detach from debugger process
* Check for kernel debugger
* Hides current process OS thread ( managed threads soon )
* Scan and Kill debuggers (ollydbg, x32dbg, x64dbg, Immunity, MegaDumper, etc)
Dependencies
-
.NETStandard 2.0
- System.ComponentModel (>= 4.3.0)
- System.Management (>= 4.7.0)
- System.Security.Principal.Windows (>= 4.7.0)
Used By
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
1.2.0 | 320 | 6/14/2020 |