IntroductionSimple Assembly Explorer (SAE) is an OPEN SOURCE .Net assembly tool. DetailsFeatures: - Assembler: call ilasm to assemble il file
- Disassembler: call ildasm to disassemble assembly
- Deobfuscator: de-obfuscate obfuscated assembly
- Strong Name: remove strong name, sign assembly, add/remove assembly to/from GAC
- PE Verify: call peverify to verify assemblies
- Class Editor: browse/view assembly classes, edit method instructions
- Run Method: run static methods
- Profiler: Trace function calls and parameters with SimpleProfiler
- Relector: plugin which call Reflector to browse selected assembly
- Editor: plugin which call an editor to edit selected assembly
- ILMerge: plugin which call ILMerge to merge selected assemblies
- Plugin Sample: simple plugin sample
- Copy Info: copy information of selected assemblies to clipboard
- Open Folder: open container folder
- Delete File: delete selected files
Requirements: - .Net Framework 2.0 or upper
- .Net Framework 2.0 SDK or upper
Installation: - Install .Net Framework 2.0 or upper
- Install .Net Framework 2.0 SDK or uppder
- Extract to any directory
Usage: - Click Click Click ...
- Select one or many ...
- Double Click or Right Click ...
Downloads: please go to Downloads tab.
Discussion: Simple.Net Google Group
|