mirror of
https://github.com/carpedm20/awesome-hacking
synced 2025-02-16 21:38:37 +00:00
Add uncompyle6
This commit is contained in:
parent
78a940084e
commit
b157ced517
1 changed files with 10 additions and 6 deletions
16
README.md
16
README.md
|
@ -98,7 +98,7 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
### Decompilers
|
||||
* JVM-based languages
|
||||
* [Krakatau](https://github.com/Storyyeller/Krakatau) - the best decompiler I have used. Is able to decompile apps written in Scala and Kotlin into Java code. JD-GUI and Luyten have failed to do it fully.
|
||||
* [JD-GUI](https://github.com/java-decompiler/jd-gui)
|
||||
* [JD-GUI](https://github.com/java-decompiler/jd-gui)
|
||||
* [procyon](https://bitbucket.org/mstrobel/procyon/wiki/Java%20Decompiler)
|
||||
* [Luyten](https://github.com/deathmarine/Luyten) - one of the best, though a bit slow, hangs on some binaries and not very well maintained.
|
||||
* [JAD](http://varaneckas.com/jad/) - JAD Java Decompiler (closed-source, unmaintained)
|
||||
|
@ -116,6 +116,10 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
* [snowman](https://github.com/yegord/snowman)
|
||||
* [Hex-Rays](https://www.hex-rays.com/products/decompiler/)
|
||||
|
||||
* Python
|
||||
* [uncompyle6](https://github.com/rocky/python-uncompyle6) - decompiler for the over 20 releases and 20 years of CPython.
|
||||
|
||||
|
||||
### Deobfuscators
|
||||
* [de4dot](https://github.com/0xd4d/de4dot) - .NET deobfuscator and unpacker.
|
||||
* [JS Beautifier](https://github.com/beautify-web/js-beautify)
|
||||
|
@ -144,7 +148,7 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
* [HxD](http://mh-nexus.de/en/hxd/) - A hex editor which, additionally to raw disk editing and modifying of main memory (RAM), handles files of any size
|
||||
* [WinHex](http://www.winhex.com/winhex/) - A hexadecimal editor, helpful in the realm of computer forensics, data recovery, low-level data processing, and IT security
|
||||
* [wxHexEditor](https://github.com/EUA/wxHexEditor)
|
||||
* [Synalize It](https://www.synalysis.net/)/[Hexinator](https://hexinator.com/) -
|
||||
* [Synalize It](https://www.synalysis.net/)/[Hexinator](https://hexinator.com/) -
|
||||
|
||||
#### Other
|
||||
* [Binwalk](https://github.com/ReFirmLabs/binwalk) - Detects signatures, unpacks archives, visualizes entropy.
|
||||
|
@ -239,11 +243,11 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
|
||||
## Bug bounty
|
||||
* [Awesome bug bounty resources by EdOverflow](https://github.com/EdOverflow/bugbounty-cheatsheet)
|
||||
|
||||
## Bug bounty - Earn Some Money
|
||||
|
||||
## Bug bounty - Earn Some Money
|
||||
* [Bugcrowd](https://www.bugcrowd.com/)
|
||||
* [Hackerone](https://www.hackerone.com/start-hacking)
|
||||
|
||||
|
||||
|
||||
# CTF
|
||||
|
||||
|
@ -260,7 +264,7 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
* [Boston Key Party CTF](http://bostonkeyparty.net/)
|
||||
* [ZeroDays CTF](https://zerodays.ie/)
|
||||
* [Insomni’hack](https://insomnihack.ch/)
|
||||
* [Pico CTF](https://picoctf.com/)
|
||||
* [Pico CTF](https://picoctf.com/)
|
||||
* [prompt(1) to win](http://prompt.ml/) - XSS Challeges
|
||||
|
||||
## General
|
||||
|
|
Loading…
Add table
Reference in a new issue