Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 745 Bytes

README.md

File metadata and controls

35 lines (26 loc) · 745 Bytes

Decrypte-Marshal

Decrypte Marshal Method for python3 + first time in GitHub

How it works?

This tool use disassembling for convert marshal bytes to pyc then you can decompile pyc to py with Famous PycDc tool.

How can i run it? (Watch Video)

first of all download and install PycDc ( PYC Decrypte )

git clone https://github.com/zrax/pycdc
sudo apt install cmake
cd pycdc&& cmake .
make

then put byteString.txt in your project import dis assembly library like this:

import dis
import marshal

run project to get aDarkDev.pyc

decompile pyc with this command

./pycdc aDarkDev.pyc

#Support Us! Tangs