From 34799bcd505b129f30f9cc0a58cda312160c82bf Mon Sep 17 00:00:00 2001 From: knowmalware Date: Sat, 15 Aug 2020 02:36:32 +0000 Subject: [PATCH] add uncompyle6 --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e086ca4..bcb5c17 100644 --- a/README.md +++ b/README.md @@ -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