mirror of https://github.com/pwndbg/pwndbg.git
Fix glibc-fastbin-bug option of find_fake_fast (#1774)
* Fix glibc-fastbin-bug option of find_fake_fast Using the find_fake_fast option --glibc-fastbin-bug always resulted in an error, at least on 64-bit platforms. This was because the option caused only 4 bytes to be read for the size, but then that gets passed to unpack() which expects 8 bytes. Closes #1773 * Address review comment * Update arch.py * Update pwndbg/commands/heap.py * Fix lint * Update arch.py * Update arch.py --------- Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>pull/1811/head
parent
3e8b597929
commit
1fb1b24a19
Loading…
Reference in new issue