osirislab / Project-Ideas

A place to discuss potential projects for students of the ISIS Lab.
384 stars 79 forks source link

WinDbg plugin to automatically break on functions and print out arguments and return values #1

Open HockeyInJune opened 11 years ago

HockeyInJune commented 11 years ago

This is a pretty simple concept and it might already exist. A user would run something like !plugin RtlHeapAlloc and the plugin would automatically set a breakpoint on RtlHeapAlloc() that will print out the arguments when the function is originally called and the return value of the function after it returns.