mirror of
https://github.com/carpedm20/awesome-hacking
synced 2024-11-22 12:33:02 +00:00
corrected typo, added ILSpy
This commit is contained in:
parent
8481a473bf
commit
7a0df50ca9
1 changed files with 2 additions and 1 deletions
|
@ -104,6 +104,7 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
* [androguard](https://code.google.com/p/androguard/) - Reverse engineering, Malware and goodware analysis of Android applications
|
||||
* [JAD](http://varaneckas.com/jad/) - JAD Java Decompiler (closed-source, unmaintained)
|
||||
* [dotPeek](https://www.jetbrains.com/decompiler/) - a free-of-charge .NET decompiler from JetBrains
|
||||
* [ILSpy](https://github.com/icsharpcode/ILSpy/) - an open-source .NET assembly browser and decompiler
|
||||
* [UPX](http://upx.sourceforge.net/) - the Ultimate Packer for eXecutables
|
||||
* [radare2](https://github.com/radare/radare2) - A portable reversing framework
|
||||
* [plasma](https://github.com/joelpx/plasma) - Interactive disassembler for x86/ARM/MIPS. Generates indented pseudo-code with colored syntax code.
|
||||
|
@ -225,7 +226,7 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
# OS
|
||||
|
||||
<a name="os-online-ressources" />
|
||||
## Online ressources
|
||||
## Online resources
|
||||
* [Security related Operating Systems @ Rawsec](http://rawsec.ml/en/security-related-os/) - Complete list of security related operating systems
|
||||
* [Best Linux Penetration Testing Distributions @ CyberPunk](https://n0where.net/best-linux-penetration-testing-distributions/) - Description of main penetration testing distributions
|
||||
* [Security @ Distrowatch](http://distrowatch.com/search.php?category=Security) - Website dedicated to talking about, reviewing and keeping up to date with open source operating systems
|
||||
|
|
Loading…
Reference in a new issue