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

checksec.py: import ELF instead of * #2346

Merged
merged 1 commit into from
Feb 8, 2024

Conversation

disconnect3d
Copy link
Contributor

@disconnect3d disconnect3d commented Feb 7, 2024

This is a minor improvement which makes checksec.py import only what is needed instead of the whole pwn module.

@peace-maker peace-maker merged commit 3fbd21a into Gallopsled:dev Feb 8, 2024
peace-maker added a commit that referenced this pull request Oct 24, 2024
This reverts #2346 which apparently didn't do what was expected. The logger has to be initialized for the checksec output to show up, so some other file imported * from pwn before too.
With the double registration of subparsers removed in f28d3eb this didn't happen anymore making checksec print nothing.
peace-maker added a commit to peace-maker/pwntools that referenced this pull request Oct 26, 2024
This reverts Gallopsled#2346 which apparently didn't do what was expected. The logger has to be initialized for the checksec output to show up, so some other file imported * from pwn before too.
With the double registration of subparsers removed in f28d3eb this didn't happen anymore making checksec print nothing.
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.

3 participants