Ladybug
1.0.0
Ladybug (or LaDbg) is a debugger that allows users to disassemble and debug native and .NET applications, regardless of whether the source of the target application is available or not.
The Ladybug project is written in C# and consists of reusable core libraries that exposes debugging capabilities to .NET applications.
git clone --recurse-submodules https://github.com/Washi1337/Ladybug/ Compile the application using your IDE of choice, or by executing msbuild in the src folder.
Run Ladybug.Console.X86.exe in src/Main/Ladybug.Console.X86/bin/<configuration>.
LadyBug.Console.exe MyApplicationToDebug.exehelp for all available commands.Ladybug is a project that is still in development. Below is a non-exhaustive list that is planned to be added:
The Ladybug project is powered by the following libraries:
Startup:

Disassembly and breakpoints:

Exception handling:
