Index
Quick Start
Interface
Code
Overview
System Requirements
Overview
The main problem of decompilation is the absence of full source information in executable file. For instance, .NET assembly does not contains names of local variables. Program can automatically assign local names in accordance with their types (what Dis# is really do), but it still too differentiates with original source.
Dis# makes next logical step in this direction. Dis# project (file extension .dis) contains all necessary data for decompilation, including identifier names. You can edit names and persist changes in project file.
System Requirements
Windows 2000/XP, 128 Mb RAM.
.NET Framework v1.1 or later.
Copyright © 2004-2005,
NETdecompiler.com
ALL RIGHTS RESERVED.
Email Us At:
contact@netdecompiler.com