pwntools
pwntools copied to clipboard
bug for powerpc
(.vnev) ➜ stack git:(master) ✗ checksec hello
[!] Could not emulate PLT instructions for ELF('/home/ub24/MAPwn/ppc/stack/hello')
[!] Could not populate PLT: not enough values to unpack (expected 2, got 0)
[*] '/home/ub24/MAPwn/ppc/stack/hello'
Arch: powerpc-32-big
RELRO: Full RELRO
Stack: No canary found
NX: NX enabled
PIE: No PIE (0x10000000)
Stripped: No
Debuginfo: Yes
(.vnev) ➜ stack git:(master) ✗ checksec ./lib/lib/libc.so.6
[!] Could not emulate PLT instructions for ELF('/home/ub24/MAPwn/ppc/stack/lib/lib/libc.so.6')
[!] Could not populate PLT: not enough values to unpack (expected 2, got 0)
[*] '/home/ub24/MAPwn/ppc/stack/lib/lib/libc.so.6'
Arch: powerpc-32-big
RELRO: Full RELRO
Stack: Canary found
NX: NX enabled
PIE: PIE enabled
Stripped: No
Debuginfo: Yes
(.vnev) ➜ stack git:(master) ✗ pwn version
[*] Pwntools v4.14.1
(.vnev) ➜ stack git:(master) ✗
Thanks for the report. The link to the binary is out of date. Can you please provide some Code and cross compile instructions to produce it or reupload it here?