Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.37 KB

Changelog.md

File metadata and controls

27 lines (19 loc) · 1.37 KB

Changelog

2.1.0 (2024-10-13)

Additions (courtesy of souvlakias in #1)

  • step command is added to step x instructions
  • step-to command is added to step to a specific address
  • step-verbose is added as an option (default set to False). When enabled, the step and step-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

Changes

  • 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)

2.0.0 (2024-06-13)

Additions

  • Examples have been added in the examples/ folder

Changes

  • pickledbg can now be installed as a Python module through pip and is accessible through the command line

1.0.0 (2023-09-17)

Initial release.