Decrypte Marshal Method for python3 + first time in GitHub
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