rajeshwarn / AntiCrack-DotNet

C Sharp project contains a plenty of anti debugging and anti virtualization techniques and anti dll injection.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AntiCrack DotNet

project contains a lot of anti debugging and anti virtualization techniques, etc.... Notice trying Crash Non-Managed Debuggers with a Debugger Breakpoint technique may stop the application from continue checking, if that happens just restart the program.

Anti Debugging

CloseHandle

Hide Threads From Debugger

IsDebuggerPresent

GetTickCount

OutputDebugString

OllyDbg Format String Exploit

FindWindow (looks for bad window names)

CheckRemoteDebugger / NtQueryInformationProcess

Patching DbgUiRemoteBreakin

Debugger.IsAttached

Others....

Anti Virtualization

Detecting Sandboxie

Detecting Comodo Container

Detecting Qihoo360 Sandbox

Detecting Cuckoo Sandbox

Detecting VirtualBox and VMware

Detecting HyperV

Detecting Emulation

Checking For Blacklisted Usernames

Detecting KVM

Detecting Wine

Making Sandboxie Crash Your Application (this exploit no longer works, it's patched by sandboxie, that's what i get for making things public :), now it works only with older versions of sandboxie)

Anti Dll Injection

Patching LoadLibraryA

Patching LoadLibraryW

Preview

AntiCrackDotNet

About

C Sharp project contains a plenty of anti debugging and anti virtualization techniques and anti dll injection.

License:MIT License


Languages

Language:C# 100.0%