-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Open
Labels
Description
(.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) ✗