English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

i have a simple C# program i want to play around with but can not get to the code.

2007-12-07 06:00:50 · 3 answers · asked by milzy4 1 in Computers & Internet Programming & Design

3 answers

After a fashion, yes. You'll need a good C# decompiler, though, and the result is probably going to be in assembly language, not C#.

2007-12-07 06:32:52 · answer #1 · answered by jgoulden 7 · 0 0

No. Code does not ship with binaries. Sometimes binaries ship with symbols that can help you reverse engineer the code, but usually not.

The code behind commercial software is highly protected intellectual property. If it is non-commercial software, you might be able to find the code online.

2007-12-07 06:08:54 · answer #2 · answered by christnp 7 · 0 0

Use Lutz Roeder's .NET Reflector:

http://www.aisto.com/roeder/dotnet/

2007-12-07 06:44:47 · answer #3 · answered by Big John Studd 7 · 0 0

fedest.com, questions and answers