Skip to content

'AntiDebug Injector' subproject #6

@hsheric0210

Description

@hsheric0210

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 request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions