Fix Uncompyle's link

This commit is contained in:
Amanpreet Singh 2015-04-26 13:08:16 +05:30
parent 2a3c1f3fde
commit c2be76c7fe

View file

@ -128,7 +128,7 @@ It takes time to build up collection of tools used in ctf and remember them all.
- [IDA Pro](https://www.hex-rays.com/products/ida/) - Most used Reversing software
- [Jadx](https://github.com/skylot/jadx) - Decompile Android files
- [Krakatau](https://github.com/Storyyeller/Krakatau) - Java decompiler and disassembler
- [Uncompyle](https://github.com/williballenthin/shellbags) - Decompile Python 2.7 binaries (.pyc)
- [Uncompyle](https://github.com/gstarnberger/uncompyle) - Decompile Python 2.7 binaries (.pyc)
*JavaScript Deobfustcators*