pwn template: Don't lookup libc for statically linked binaries #2561
Labels
backport-required
bug
good first issue
Good if you want to help but you do not know the project well
The generated template shouldn't try to patch a statically linked binary to run with a libc. This can happen when the challenge is statically linked and also includes a Dockerfile.
pwn template
will extract the libc/ld from the Docker image, while it's not required.The text was updated successfully, but these errors were encountered: