Additions (courtesy of souvlakias in #1)
step
command is added to stepx
instructionsstep-to
command is added to step to a specific addressstep-verbose
is added as an option (default set toFalse
). When enabled, thestep
andstep-to
commands show the output of the Pickle Machine for each instruction run, not simply the last one run.show options
command is added to list all available options.set
command is added to change a default option.- History is available in the commandline using up/down arrows and autocomplete is available
- Fixed a bug so pickles that are valid but throw an error in
pickletools
are still run (1ec62f8) - Updated code to match latest 3.13 version (1a0da4d and 8642887)
- Examples have been added in the
examples/
folder
pickledbg
can now be installed as a Python module through pip and is accessible through the command line
Initial release.