dshikashio / Pybag

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

SetImplicitProcessDataOffset needs offset #18

Closed d-millar closed 3 months ago

d-millar commented 4 months ago

There appears to be a bug in idebugsystemobjects.py::SetImplicitProcessDataOffset. Am pretty sure it needs two arguments self and offset, as offset is used right below.