mirror of https://github.com/pwndbg/pwndbg.git
Fix linux arm/aarch64/ppc(64) syscall abi (#1639)
* Fix linux_ppc(64)_syscall abi The system call number is specified in r0. There is a maximum of 6 integer parameters to a syscall, passed in r3-r8. * Fix ppc syscall revert r9 back Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com> * Remove r6/x6 from arm/aarch64 syscall * Update pwndbg/lib/abi.py --------- Co-authored-by: Disconnect3d <dominik.b.czarnota@gmail.com>pull/1649/head
parent
814eb33417
commit
d7f459c169
Loading…
Reference in new issue