Skip to content

Strip breaks some processed binaries #3

@johnsonjh

Description

@johnsonjh

Example:

$ ninja
$ cp polyfill-glibc out

$ ./polyfill-glibc --remove-kernel-version --add-hash --add-gnu-hash --remove-debug ./out
$ ./out
No input file(s) specified.

$ strip out
$ ./out
[1]    1807806 segmentation fault  ./out

Using sstrip produces the following output:

sstrip: out: File too large
sstrip: out: ELF file may have been corrupted!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions