mirror of
https://github.com/carpedm20/awesome-hacking
synced 2024-11-22 12:33:02 +00:00
Included .NET tools from 0xd4d
This commit is contained in:
parent
e4ed7d9e61
commit
86328305df
1 changed files with 5 additions and 0 deletions
|
@ -105,12 +105,17 @@ For a list of free hacking books available for download, go [here](https://githu
|
|||
* [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
|
||||
* [dnSpy](https://github.com/0xd4d/dnSpy) - .NET assembly editor, decompiler, and debugger
|
||||
* [de4dot](https://github.com/0xd4d/de4dot) - .NET deobfuscator and unpacker.
|
||||
* [antinet](https://github.com/0xd4d/antinet) - .NET anti-managed debugger and anti-profiler code
|
||||
* [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.
|
||||
* [Hopper](https://www.hopperapp.com) - A OS X and Linux Disassembler/Decompiler for 32/64 bit Windows/Mac/Linux/iOS executables.
|
||||
* [ScratchABit](https://github.com/pfalcon/ScratchABit) - Easily retargetable and hackable interactive disassembler with IDAPython-compatible plugin API
|
||||
|
||||
|
||||
|
||||
<a name="reverse-engineering-general" />
|
||||
## General
|
||||
* [Open Malware](http://www.offensivecomputing.net/)
|
||||
|
|
Loading…
Reference in a new issue