-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or request
Description
The program that automatically injects AntiDebug.NET to your compiled binary.
It injects the minimal initialization stub to the entry point of the target .NET executable.
Use dnlib as .NET CIL backend.
You can specify the option like
antidebug-inject.exe -i <inputExe> -b <ifDebuggerDetected> -o <outputExe>
- inputExe - Input .NET Executable File
- ifDebuggerDetected - <terminate|warnAndTerminate|callCustomCallback>
- outputExe - Output .NET Executable File
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request