473,404 Members | 2,187 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,404 software developers and data experts.

about ildasm.exe in C#

7
hi everybody..
i have one exe file and i want to understand using ilsasm.exe what is the name, version and other things
i activate " ildasm.exe ex01.exe"
and window opened show me the anaylsis of the file
where i can see please the name versions, is it pe or assembly file
tnx
(I attched the file of the ildasm)
Nov 11 '08 #1
6 2869
PRR
750 Expert 512MB
"The MSIL Disassembler is a companion tool to the MSIL Assembler (Ilasm.exe). Ildasm.exe takes a portable executable (PE) file that contains Microsoft intermediate language (MSIL) code and creates a text file suitable as input to Ilasm.exe." MSDN

Check the following links for more info...
ILDASM
MSDN

Read this 2
Nov 11 '08 #2
omryk
7
if i have exe file that i compiled eith the c# compilere csc and i would like to see name, version etc.. i write ildasm ex1.exe
and as u explain i see the figure ! now how can i see informations inside the tree , where it is located?
tnx
Nov 11 '08 #3
Plater
7,872 Expert 4TB
You want CHANGE the information that is there correct?
Go the properties of your project.
Go to the Application "tab"
Click the "Assembly Information" button
Nov 11 '08 #4
omryk
7
id ddddoooont have project' i just have the exe file and and i want to know informations assembly name and version using the ildasm.exe only
Nov 12 '08 #5
PRR
750 Expert 512MB
look into manifest .. you should get the information there...
Nov 12 '08 #6
omryk
7
where?
i see the manifest header file where can can i see the version
tnx
Nov 12 '08 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

1
by: Kamy Terminator | last post by:
Hi, I would like to open ILDASM, programatically. I could use System.Diagnostics.Process.Start("....\ILDASM.eXE"); But in that case i'll have to hard code the path... which i dont want...
1
by: Paul Cotter | last post by:
I have installed .Net 2.0 on one PC, and 1.1. and 2.0 on another, as well has VS C# 2005 Express on both. Reference books refer to ildasm.exe, which exists solely in the 1.1 SDK. What is the...
19
by: C# Learner | last post by:
I've been told on here that the following is equivalent: <snippet 1> int a; for (int i = 0; i < 10; ++i) { a = GetValueFromSomewhere(); } </snippet 1>
3
by: Papanii | last post by:
Hi, I am a newbi in C# and i was trying to use the ILDASM command to check out the MSIL code of some compiled code. Unfortunatley I can't get it to run. I get the error "Windows cannot find...
1
by: Burton Wilkins | last post by:
Dear Associaties: I asked this question last Friday, and here it is Wednesday and NOBODY has replied. Come on. Help a little. All that I am looking for is 2 lines of code. One of you must...
9
by: VeNoM00 | last post by:
ILDasm retrieves the MSIL code of an assembly (exe or dll). So everyone can obtain my code! I don't like this thing! Can I prevent this?
5
by: gpsmobiler | last post by:
Hi, I found through a lot of exhausting searching, that the following C# code will cause the IL code below: const byte ICON_MONO12BY12 =0; ....... IL-file.... .field literal private...
1
by: Tony Johansson | last post by:
Hello! If I select a private assembly in ILDASM I get a lot of information listed but if I select a shared assembly located at c:\window\assembly(GAC) I get nothing listed. So is this normal...
10
by: colin | last post by:
Hi, I profile my code and find its spending a lot of time doing implicit conversions from similar structures. the conversions are mainly things like this class Point { implicit conversion...
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
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

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.