Adds a modular API for analyses and analysis results, permitting sorting and filtering results.
0.0.5
- Adds static dataflow analysis - Improved unused variable detection checks - Improved opcode injection - Minor bugfixes in opcode encoding - Fixes a bug that can result in a dirty stack after opcode injection - Programmatic support for stacked pickle files - Improved handling and parsing of `__builtin__`s
0.0.4
Bugfix Release Adds a workaround for an issue with a third party dependency affecting Python 3.8 and earlier. Adds the `socket` module as an overtly unsafe import.
0.0.3
Improvements to documentation and examples, as well as support for two additional pickling opcodes.
0.0.2
Support for additional opcodes and minor bugfixes in AST generation.