pwntools icon indicating copy to clipboard operation
pwntools copied to clipboard

bug for powerpc

Open jelasin opened this issue 4 months ago • 1 comments

(.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) ✗   

binary

jelasin avatar Aug 13 '25 09:08 jelasin

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?

peace-maker avatar Sep 06 '25 10:09 peace-maker