[][src]Crate pwninit

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 directory dir

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

Type Definitions

Result