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
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>