Source Code

  • Thread starter Thread starter Geoff Jones
  • Start date Start date
G

Geoff Jones

Hiya

I believe that once a .NET exe has been created there is a way to retrieve
the code used to create it.

Is this true and if so how can I do it?

Thanks in advance

Geoff
 
Hi,

Take a look at reflector
http://www.aisto.com/roeder/dotnet/

Ken
---------------
Hiya

I believe that once a .NET exe has been created there is a way to retrieve
the code used to create it.

Is this true and if so how can I do it?

Thanks in advance

Geoff
 
Many thanks Ken

You can indeed look at the code from executable. This raises the question as
to how developers will want, for commercial reasons, stop others seeing
their algorithms. Are there any ways round it?

Geoff
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Q: double scientific 3
Unique items 4
Q: Regular Expressions 2
DataGridTextBoxColumn 2
Global function 4
Q: Getting a directory 11
Example of dragging bitmaps 15
Row height in a datagrid 2

Back
Top