brkzlr
brkzlr
GDB_Engine.py now has read_pointer function which can read a PointerType class containing a base_address and an offsets list. Calling this function will return the final pointed address after traversing the...
We stumbled upon a little issue in our own fork where we tried using `send_command`'s `get_output` parameter inside `scanmem.py` wrapper to retrieve the memory regions, but that only captures the...
Went ahead and did the fixes we talked about in the other PR. Plus some typo fixes and some code trimming. I've tested most options and they seem to work...