OBarronCS

Results 58 comments of OBarronCS

Oop - had too much tunnel vision on the `(canary)` hahaha

Fixed: ![image](https://github.com/user-attachments/assets/dbc86d6a-c196-4eca-b651-5414a69ad04c)

Given the performance concerns, I'm closing this for now. If anyone thinks of a clean way to implement this that addresses the comments above, please feel free to take this...

Current road block has to do with how the codebase will access this PwndbgArchitecture object. Previously, the `Arch` object has been an instance of the `Arch` class - and it...

This is still on my radar - I think it would be best to wait to push changes to the Architecture setup, as it is referenced in 70+ files in...

Lots of merge conflicts/changes in the codebase since this was initially pushed, for simplicity I opened a new PR #2771

Wow! Great find - also very surprised this hasn't been noticed before. Another fix for this would be to remove the `chr` iand `[0]` n this line in `peek` https://github.com/pwndbg/pwndbg/blob/f945b417da14c5bafdc41e6c0c38d83100501e0d/pwndbg/gdblib/memory.py#L127...

Oh I see! I think a usermode check would fix this. There is still some discrepancy on deciding when/when not to read memory. The setting `auto-explore-pages` appears to dictate this...

I just tested it with the same program as above - the bug still exists.

I made a small PR in relation to this #2544 - I followed the idea of enabling these extensions without needing to add an additional parameter to the function.