mirror of
https://github.com/rshipp/awesome-malware-analysis.git
synced 2024-12-18 18:26:09 +00:00
add uncompyle6
This commit is contained in:
parent
d5e5032656
commit
34799bcd50
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user