Decrypted Manus Sandbox Code
Follow instructions from Pyarmor-Tooling:
- Use IDA to find the key for Pyarmor 009055
- Decrypt the py code to marshal file
Additional steps:
- Rebuild marshal file
- Remove all dark piles inserted by Pyarmor
- Use Decompyle++ (not good)
- Use Pylingual (much better!)
git clone https://github.com/vonjackustc/manus-sandbox-code-decrypted
cd manus-sandbox-code-decrypted
python3.11 -m virtualenv venv
source venv/bin/activate
pip install -r requirements.txt
sed -e 's/usecwd: bool = False/usecwd: bool = True/g' venv/lib/python3.11/site-packages/dotenv/main.py > venv/lib/python3.11/site-packages/dotenv/main.py
cd sandbox-runtime-compiled
PYTHONPATH=. python start_server.pyc