Skip to content

EbinJohn/BigBrother

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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.

Test changes

About

MDbg based debugger for capturing method parameters and return values

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%