dshikashio / Pybag

Python module for Windbg's dbgeng plus additional wrappers.
MIT License
56 stars 15 forks source link

Argument helpers #9

Closed dshikashio closed 3 years ago

dshikashio commented 7 years ago

Breakpoints (other places?) on function entry don't care about architecture if they just want to inspect arguments.

Provide a clean abstraction to provide arg1, arg2, etc.