Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix checksec commandline output after Python 3.12 fixes
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.
- Loading branch information