profiler¤
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¤
Starts the profiler.
Optional arguments¤
| Short | Long | Help |
|---|---|---|
| -h | --help | show this help message and exit |
profiler stop¤
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') |