Skip to content

profiler¤

usage: profiler [-h] {start,stop} ...

Utilities for profiling Pwndbg.

Check out the ./profiling folder for other useful utilities. Use ./profiling/print_stats.py to generate a report from a .pstats file.

Positional arguments¤

Positional Argument Help
command

Optional arguments¤

Short Long Help
-h --help show this help message and exit

profiler start¤

usage: profiler start [-h]

Starts the profiler.

Optional arguments¤

Short Long Help
-h --help show this help message and exit

profiler stop¤

usage: profiler stop [-h] [--file FILE]

Stop the profiler and save the results.

Optional arguments¤

Short Long Help
-h --help show this help message and exit
--file Output file for profile data. (default: 'pwndbg.pstats')