Releases: rocky/python-xdis
5.0.13
Added knowledge of Python versions 3.6.15 and 3.7.12.
However the main motivation was to impove packaging to handle administration
of the 3 different branches or dialects of Python 2.4-2.7, 3.1-3.2, 3.3-3.5, and 3.6+
Restrict wheel packaging for Python 3 only.
Use the wheel for only the 3.x and newer version of Python.
Use eggs for 2.x versions (and others as well).
5.0.12
Independence plus one
- Add Python versions 3.9.6, 3.7.11, 3.8.11, and 3.6.14
- Format Python various files using black. (Not completely done yet though)
FB+4
5.0.9
5 short of Dad's Birthday
-
PR #73 from mitre:
Allow an alternate opmap - adds the capability to disassemble python bytecode that has
been frozen with a custom opcode mapping. This is particularly useful for disassembling
malware that uses custom opcode mappings in an attempt to hinder disassembly with standard
tools. The updates in this pull request are used by pydecipher, a tool to unfreeze and deob fuscate frozen python code. -
Add Python versions 3.8.8 and 3.9.2
Sam on his own
- Add Python 3.8.7