Skip to content
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

Only print checksec output of ELF.libc when it was printed for the ELF already #2483

Merged
merged 3 commits into from
Oct 24, 2024

Conversation

peace-maker
Copy link
Member

Accessing ELF.libc would always print the checksec output of the libc without a way to suppress it easily. Remember if we opened the file with ELF(bin, checksec=False) and don't print it when accessing .libc.

Fixes #2414

@peace-maker peace-maker merged commit 584ecca into Gallopsled:dev Oct 24, 2024
9 of 10 checks passed
@peace-maker peace-maker deleted the elf_libc_checksec branch October 24, 2024 13:55
peace-maker added a commit to peace-maker/pwntools that referenced this pull request Oct 26, 2024
…e `ELF` already (Gallopsled#2483)

* Only print `checksec` output of `ELF.libc` when it was printed for the `ELF` already

* Update CHANGELOG
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

libcdb print redundant information
1 participant