473,408 Members | 2,405 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,408 software developers and data experts.

Decompilation

What tools and what strategy can one use to decompile a compiled C#-project?
Sep 14 '07 #1
4 1090
Hello, Martijn!

Use a search engine to query for Lutz Roeder's .NET Reflector.
--
With best regards, Vadym Stetsiak.
Blog: http://vadmyst.blogspot.com

You wrote on Fri, 14 Sep 2007 11:33:52 +0200:

MMWhat tools and what strategy can one use to decompile a compiled
MMC#-project?

Sep 14 '07 #2
> MMWhat tools and what strategy can one use to decompile a compiled
> MMC#-project?
Hello, Martijn!

Use a search engine to query for Lutz Roeder's .NET Reflector.

Hello Vadym,

Lutz Roeder's .NET Reflector is cool indeed! When I examine the data
members of a class, I do not see the contents. Example:

class MyClass
{
string MyString="Mjortvyje doesji";
}

I can see there is a class MyClass that contains a string MyString, but
I cannot see what is in the string.
Sep 14 '07 #3
Hello, Martijn!

MyString intialization will be put by Reflector into ctor aka class
constructor.

--
With best regards, Vadym Stetsiak.
Blog: http://vadmyst.blogspot.com

You wrote on Fri, 14 Sep 2007 13:32:46 +0200:

MM>>>What tools and what strategy can one use to decompile a compiled
MM>>>C#-project?
>Hello, Martijn!
>Use a search engine to query for Lutz Roeder's .NET Reflector.

MMHello Vadym,

MMLutz Roeder's .NET Reflector is cool indeed! When I examine the data
MMmembers of a class, I do not see the contents. Example:

MMclass MyClass {
MM string MyString="Mjortvyje doesji";
MM}

MMI can see there is a class MyClass that contains a string MyString,
MMbut
MMI cannot see what is in the string.

Sep 14 '07 #4

"Vadym Stetsiak" <va*****@gmail.comwrote in message
news:%2****************@TK2MSFTNGP06.phx.gbl...
Hello, Martijn!

MyString intialization will be put by Reflector into ctor aka class
constructor.
Actually the C# compiler will put the initialization in the instance
constructor, and Reflector can't know where you want to see it, so it leaves
it there.
>
--
With best regards, Vadym Stetsiak.
Blog: http://vadmyst.blogspot.com

You wrote on Fri, 14 Sep 2007 13:32:46 +0200:

MM>>>What tools and what strategy can one use to decompile a compiled
MM>>>C#-project?
Hello, Martijn!
Use a search engine to query for Lutz Roeder's .NET Reflector.


MMHello Vadym,

MMLutz Roeder's .NET Reflector is cool indeed! When I examine the data
MMmembers of a class, I do not see the contents. Example:

MMclass MyClass {
MM string MyString="Mjortvyje doesji";
MM}

MMI can see there is a class MyClass that contains a string MyString,
MMbut
MMI cannot see what is in the string.

Sep 17 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: SR | last post by:
Hi What are the legal implecations of decompiling .Net FCL Classes for educational and research purposes. If im not modifying/reproducing any decompiled code and just using it for...
11
by: Nak | last post by:
Hi there, I have just read an article that explains how to prevent people from decompiling your assemblies with ILDASM. Apparently this can be achieved by writing something like, ILDASM...
66
by: QuantumG | last post by:
Decompilation is the process of recovering human readable source code from a program executable. Many decompilers exist for Java and .NET as the program executables (class files) maintain much of...
3
dmjpro
by: dmjpro | last post by:
Few days ago I tried to decompile a class file which generates some JVM instructions. It is not generating the original code. Actually i got that class file from a jar file. Now my question is that...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.