473,386 Members | 1,673 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,386 software developers and data experts.

ILDASM / IL confusion...

Hello folks:

I am just starting to delve into the DUMPS from the ILDASM utility. Can I
do anything useful with the outputted IL code? Can someone give me some
references to working with .IL files? Thanks
Nov 15 '05 #1
4 1499
You can compile IL into a running programming with it IL Assembler and
understanding IL will help you write much better code and debug things much
quicker.. here are some links
http://www.devcity.net/net/article.a...s=msil_1_intro

http://www.informit.com/isapi/produc...tent/index.asp

"FDude" <fd***@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello folks:

I am just starting to delve into the DUMPS from the ILDASM utility. Can I
do anything useful with the outputted IL code? Can someone give me some
references to working with .IL files? Thanks

Nov 15 '05 #2
look at .net reflector:
Reflector for .NET
Reflector is a class browser for .NET components (assemblies). It supports
assembly and namespace views, type and member search, C# XML documentation
viewer, reference search, IL disassembler, VB and C# decompiler, dependency
trees, supertype/subtype hierarchies and resource viewers. Function
prototypes are displayed in C# and VB syntax.

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

--------------------
| Reply-To: "FDude" <fd***@hotmail.com>
| From: "FDude" <fd***@hotmail.com>
| Subject: ILDASM / IL confusion...
| Date: Thu, 12 Feb 2004 16:53:12 -0600
| Lines: 7
| Organization: Dudes Inc.
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1106
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1106
| Message-ID: <#D**************@TK2MSFTNGP09.phx.gbl>
| Newsgroups: microsoft.public.dotnet.languages.csharp
| NNTP-Posting-Host: da001d0108.chi-il.osd.concentric.net 66.238.152.108
| Path:
cpmsftngxa07.phx.gbl!cpmsftngxa10.phx.gbl!TK2MSFTN GXA05.phx.gbl!TK2MSFTNGP08
.phx.gbl!TK2MSFTNGP09.phx.gbl
| Xref: cpmsftngxa07.phx.gbl microsoft.public.dotnet.languages.csharp:220414
| X-Tomcat-NG: microsoft.public.dotnet.languages.csharp
|
| Hello folks:
|
| I am just starting to delve into the DUMPS from the ILDASM utility. Can I
| do anything useful with the outputted IL code? Can someone give me some
| references to working with .IL files? Thanks
|
|
|

Nov 15 '05 #3
I've done Google searches and found hundreds of sites that describe IL,
some even give really good examples, but most of the time you get
just a simple introduction without any REALLY good details about how
to actually use it. That said, it IS a bear to try and use alone, and aside
from learning purposes it's about useless. The hoops you must jump
through to do even simple mathematics is mind-numbing, and a job that
is best left to the compiler, but you can learn a lot by studying the IL
that gets generated.

"William Ryan eMVP" <bi**@NoSp4m.devbuzz.com> wrote in message
news:Oj*************@TK2MSFTNGP12.phx.gbl...
You can compile IL into a running programming with it IL Assembler and
understanding IL will help you write much better code and debug things much quicker.. here are some links
http://www.devcity.net/net/article.a...s=msil_1_intro

http://www.informit.com/isapi/produc...tent/index.asp
"FDude" <fd***@hotmail.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Hello folks:

I am just starting to delve into the DUMPS from the ILDASM utility. Can I do anything useful with the outputted IL code? Can someone give me some
references to working with .IL files? Thanks


Nov 15 '05 #4
I found IL code quite useful as its MANIFEST shows the assemblies
being referenced by a Dll with version no. When you are runnig
multiple version of assemblies then you can determine the current
version no. with this.

Thanks,

Rohit
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETION ** ANONYMITY **
----------------------------------------------------------
http://www.usenet.com
Nov 15 '05 #5

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

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...
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...
6
by: Wayne M J | last post by:
When dealing with managed code it displays everything well, but I am curious how ildasm handles the `binary` when it encounters a block of native ML.
1
by: JLW | last post by:
Now, all these companies are making products that can crash ildasm, thus preventing assemblies from being disassembled. Is there specific code I can add to my assembly to do this? Also, I read...
2
by: Larry Serflaten | last post by:
I've added ILDASM to my Tools menu and when I click on it, I get a message box prompting me to build the command line. There is a browse button on top that brings up a list of items I can pass...
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...
0
by: guy | last post by:
i want to look at some dlls generated by a web app i am working on with ildasm however all the dlls generated in the temporary directory get renamed to App_Web_.dll, similarly the vb source files...
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
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: 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
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
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
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...

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.