Skip to content

pwn template: Don't lookup libc for statically linked binaries #2561

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
peace-maker opened this issue Mar 15, 2025 · 0 comments · May be fixed by #2570
Open

pwn template: Don't lookup libc for statically linked binaries #2561

peace-maker opened this issue Mar 15, 2025 · 0 comments · May be fixed by #2570
Labels
backport-required bug good first issue Good if you want to help but you do not know the project well

Comments

@peace-maker
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport-required bug good first issue Good if you want to help but you do not know the project well
Projects
None yet
1 participant