Skip to content

bug for powerpc #2599

@jelasin

Description

@jelasin
(.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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions