Skip to content

MDbg based debugger for capturing method parameters and return values

Notifications You must be signed in to change notification settings

jeswin/BigBrother

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

BigBrother

.Net Debugger for capturing Method Parameters and Return values

Based on Microsoft's MDbg Managed Debugger. Monitors method entry and exit, and captures input parameters are return values.

Structure

BigBrother.dll is the Debugger Core. Snoopy is a command line application that hosts BigBrother.dll.

How to Run

Snoopy.exe -c ..\..\src\ExampleApp\exampleapp.config.json -e ..\..\src\ExampleApp\bin\Debug\ExampleApp.exe

Help

Snoopy.exe -h to see help.

About

MDbg based debugger for capturing method parameters and return values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages