Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 375 Bytes

commandline.rst

File metadata and controls

18 lines (11 loc) · 375 Bytes

from pwn import * old = context.defaults.copy()

context.defaults.copy = old

Command Line Tools

pwntools comes with a handful of useful command-line utilities which serve as wrappers for some of the internal functionality.

pwnlib.commandline.main:parser