Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ayuthmang/.Net-Reverse-Engineering
Resources, tools about .net reverse engineering.
https://github.com/ayuthmang/.Net-Reverse-Engineering
dotnet reverse-engineering
Last synced: 6 days ago
JSON representation
Resources, tools about .net reverse engineering.
- Host: GitHub
- URL: https://github.com/ayuthmang/.Net-Reverse-Engineering
- Owner: ayuthmang
- Created: 2018-01-16T04:19:14.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2020-05-16T22:02:59.000Z (over 4 years ago)
- Last Synced: 2024-08-01T19:57:22.890Z (3 months ago)
- Topics: dotnet, reverse-engineering
- Size: 9.77 KB
- Stars: 78
- Watchers: 8
- Forks: 16
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# .Net-Reverse-Engineering
Resources, tools about .net reverse engineering from my experience.\
Any suggestions and others please feel free to contribute and issue a pull request.# Tools
## Dissassembler
* [dnSpy](https://www.youtube.com/watch?v=kJQP7kiw5Fk)
* [SAE](https://github.com/wickyhu/simple-assembly-explorer)
* [.NET Reflector](https://www.red-gate.com/products/dotnet-development/reflector/) (14-day trial)
* [ILSpy](https://github.com/icsharpcode/ILSpy)## Debugger
* [dnSpy](https://www.youtube.com/watch?v=kJQP7kiw5Fk)
* [WinDbg](https://docs.microsoft.com/en-us/windows-hardware/drivers/debugger/index)## Process Explorer
* [Process Hacker](http://processhacker.sourceforge.net/)
* [Process Explorer](https://docs.microsoft.com/en-us/sysinternals/downloads/process-explorer)## File Scanners
* [HxD](https://mh-nexus.de/en/hxd/)
* [Hex Workshop](http://www.hexworkshop.com/) (not free)
* [CFF Explorer](http://www.ntcore.com/exsuite.php)
* [Resource Hacker](http://www.angusj.com/resourcehacker/#download)## Detectors
* [Exeinfo PE](http://exeinfo.atwebpages.com/)
* [PEiD](https://www.aldeid.com/wiki/PEiD)## Obfucastor
* [ConfuserEx](https://github.com/yck1509/ConfuserEx)
* [Confuser](https://archive.codeplex.com/?p=confuser) (archieved)
* [ILProtector](http://www.vgrsoft.com/Products/ILProtector) (not free)
* [Smart Assembly](https://www.red-gate.com/products/dotnet-development/smartassembly/index) (not free)
* [dotNet Protector](http://dotnetprotector.pvlog.com/Downloads.aspx) (not free)
* [Phoenix Protector](http://www.ntcore.com/phoenix.php)
* [.NET Reactor](http://www.eziriz.com/dotnet_reactor.htm) (not free)
* [DeepSea Obfuscator](http://www.rekings.com/deepsea-obfuscator-4-4-4-86-full-setup/) (not free)
* [Babel Obfuscator](http://www.babelfor.net/Downloads) (free trial)More obfuscators are available in https://github.com/NotPrab/.NET-Obfuscator.
## Packer
* [MPress](http://www.matcode.com/mpress.htm)
## Deobfuscator, Unpacker
* [de4dot](https://github.com/0xd4d/de4dot)
* [.NET Generic Unpacker](http://www.ntcore.com/netunpack.php)
* [Unpackers Tools (CodeCracker) + Source Code](https://forum.tuts4you.com/topic/31899-unpackers-tools-source-code-c/)# Resources
* [tuts4you.com](https://tuts4you.com/)
* ~~[cracker.in.th(inaccessible)](https://www.cracker.in.th)~~
* ~~[Black Storm(inaccessable)](https://board.b-at-s.info/)~~