3
votes
1answer
54 views
Does Mono have the equivalent of ILDASM?
Is there an equivalent of ILDASM for Mono?
1
vote
2answers
259 views
Using ILDASM with Visual Studio 2008
I just installed Visual Studio 2008, and am looking to use the Microsoft Intermediate Language Disassembler (ILDASM.exe) to look at some DLLs.
Problem is, "ildasm" is not recognized on the command …
0
votes
3answers
169 views
ILDASM.exe through VS2008
Hi All,
Is there any way to find ILDASm.exe from VS 2008? I know the location "C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Bin"....but i want it through vs08.
Thanks.
0
votes
3answers
177 views
(.net) Intermediate language exe editor?
Hello. I know we have ILdasm, but is there any tool out there that will let me edit .exe or .dll files without having to go through all the rigmarole of having to convert it to IL code, with resources …
2
votes
2answers
263 views
Is there a Java Descriptor like thing in .Net?
I'm working on a static analysis tool for .NET assembly.
In Java, there is a Descriptor which can be used to represent method or field in a string with specified grammar.
for field:
double …
0
votes
0answers
361 views
Resgen al.exe generated resources do not work within .net library
Hi,
I am currently working on a library in .Net and I planned to make the strings that are used within the library into culture specific resource files. I made Resources.resx, Resources.en-US.resx …
