add uncompyle6

pull/211/head
knowmalware 2020-08-15 02:36:32 +00:00
parent d5e5032656
commit 34799bcd50
1 changed files with 3 additions and 0 deletions

View File

@ -511,6 +511,9 @@ the [browser malware](#browser-malware) section.*
executable file. The contents of the pyz file (usually pyc files) present
inside the executable are also extracted and automatically fixed so that a
Python bytecode decompiler will recognize it.
* [uncompyle6](https://github.com/rocky/python-uncompyle6/) - A cross-version
Python bytecode decompiler. Translates Python bytecode back into equivalent
Python source code.
* [un{i}packer](https://github.com/unipacker/unipacker) - Automatic and
platform-independent unpacker for Windows binaries based on emulation.
* [unpacker](https://github.com/malwaremusings/unpacker/) - Automated malware