add uncompyle6

This commit is contained in:
knowmalware 2020-08-15 02:36:32 +00:00
parent d5e5032656
commit 34799bcd50

View File

@ -511,6 +511,9 @@ the [browser malware](#browser-malware) section.*
executable file. The contents of the pyz file (usually pyc files) present executable file. The contents of the pyz file (usually pyc files) present
inside the executable are also extracted and automatically fixed so that a inside the executable are also extracted and automatically fixed so that a
Python bytecode decompiler will recognize it. 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 * [un{i}packer](https://github.com/unipacker/unipacker) - Automatic and
platform-independent unpacker for Windows binaries based on emulation. platform-independent unpacker for Windows binaries based on emulation.
* [unpacker](https://github.com/malwaremusings/unpacker/) - Automated malware * [unpacker](https://github.com/malwaremusings/unpacker/) - Automated malware