NET reversing tools
Tools for reversing .NET:dotNetFramework 3.5 SP1 - get him from microsoft website because you need him to run any .NET program
Reflector - .NET Reflector enables you to easily view, navigate, and search through, the class hierarchies of .NET assemblies, even if you don't have the code for them. With it, you can decompile and analyze .NET assemblies in C#, Visual Basic, and IL.
CodeSearch plugin for Reflector: - with this plugin you can search a string in Reflector
Reflexil plugin for Reflector: - tools for modifying assemblies
Xenocode Fox: - a good replacer for Reflector (NEW)
ILDASM 3.5: - a decompiler for .NET programs which even shows opcode of instructions (this is the reason why is useful), Extract_hex_bytes - extract hexazecimal opcode, NEW: hex2il - convert opcodes to IL intructions, Msilma - MSIL analyser, ILASM - IL compiler
Dile v0.2.6: - dotnet IL debugger
PEBrowseDbg (dotnet debugger)
and a Tutorial For Pebrowse Professional Interactive:
DotNET Tracer: - trace assembly and show his events
WinHex - we use him under manual unpacking for dumping memory
CFF Explorer Suite: - PE editor with full support for the .NET file format
DeDot 1.0.0.6 by rongchaua (and many other useful tools): - deobfuscator for functions name and even for methods body
SharpDevelop 3.1.0.3936: - a small product which you can easy create .NET applications (~50 MB after installation)
.NET Unpackers: (NEW)
.NET Generic Unpacker
NETDeProtector 1.0 - universal unpacker
dotNetSniffer whit Dump again at JIT feature
Cheers,
CodeRipper my god , just perfect can't download no link 收藏之
貌似常用的基本就够了
页:
[1]