Skip to content

Commit

Permalink
Get ready for release 5.0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
rocky committed Mar 14, 2021
1 parent f400821 commit 02ec67e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
5.0.7 2021-03-13
================

- 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

5.0.6 2021-01-10
================

Expand Down
2 changes: 1 addition & 1 deletion xdis/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
# This file is suitable for sourcing inside POSIX shell as
# well as importing into Python. That's why there is no
# space around "=" below.
__version__="5.0.8.dev0" # noqa
__version__="5.0.8" # noqa

0 comments on commit 02ec67e

Please sign in to comment.