Last updated 2 years ago
ELF
docker pull zeyadabuqasem/pwnsec:0.1 docker exec -it $(docker run -d -v <CHALLENGE-DIR>:/challenge zeyadabuqasem/pwnsec:0.1) bash
Now you will the find the challenge files in /challenge directory
/challenge
Disassembling the binary
python pyinstxtractor/pyinstxtractor.py <FILE>
Getting the source code
pycdc <FILE>.pyc | tee -a source-code.py
Check this new and supported decompiler -
Multi-Decompilers: