wip: executable

This commit is contained in:
2025-03-02 22:42:04 +08:00
parent 87b83d754a
commit 6465cf03fe
5 changed files with 110 additions and 20 deletions

View File

@@ -1,7 +1,5 @@
# Pyarmor-Static-Unpack-1shot
🚧 **Working in progress**
Generally this project aims to statically convert (without executing) armored data - which can be regarded as an encrypted variant of pyc files - back to disassembly and (experimentally) source code. Therefore we forked the awesome [Decompyle++](https://github.com/zrax/pycdc) (aka pycdc).
Currently we are trying to support Pyarmor 8.0 - latest (9.1.0), Python 3.7 - 3.13, platforms covering Windows, Linux, macOS, and Android, with obfuscating options as many as possible. (However, we only have limited tests.)