Expand description
Utility functions that provide the bulk of pwninit
functionality
Modules§
- opts
- Command-line option handling
Functions§
- fetch_
ld - Download linker compatible with libc version
ver
and save to directorydir
- is_bin
- Detect if
path
is the provided pwn binary - is_ld
- Detect if
path
is the provided linker - is_libc
- Detect if
path
is the provided libc - maybe_
visit_ libc - Same as
visit_libc()
, but doesn’t do anything if no libc is found - run
- Run
pwninit
with specified options - set_
bin_ exec - Set the binary executable
- set_
exec - Set the file at
path
executable - set_
ld_ exec - Set the detected linker executable
- unstrip_
libc - Download debug symbols and apply them to a libc if it doesn’t have them already