Skip to content

aDarkDev/Decrypte-Marshal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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