Heap Crash
Heap Crash
Same for `_gdbserver_args` should not be exposed. `pwnlib.gdb.Gdb` and `pwnlib.gdb.Breakpoint` can probably be moved into their own submodule, e.g. `pwnlib.gdb.api`. Also while we're at it, `pwnlib.gdb.find_module_addresses` should probably have a...
Looks like a bunch of the sample outputs changed, I hate format string bugs so I'll leave it up to you to figure out if they're correct or not. Don't...
In addition to the changes I've requested, I would like to see this in e.g. `pwnlib/heap/ptmalloc` or whichever specific malloc implementation this targets.
Any chance for updates to address the requested changes?
@Zer1t0 Check out my comment above, it might get hidden in the list of recommended changes: https://github.com/Gallopsled/pwntools/pull/1785#pullrequestreview-616870372
The intent is to easily debug the ROP chain. > Also, if you want to break on a ROP chain, you probably want to break **before** it ever enters the...
`fit` and `flat` are the same function these days, just pick whichever you like! > Anyways, as mentioned, I don't see much of a point to break on GDB by...
Verified that changelog detection is skipped with the most recent commit.
@Arusekk do you approve of this?
I think I just accidentally'd that merge. DO NOT MERGE until I have a chance to look at this again