Author |
Topic |
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2007-04-24 : 08:54:10
|
hello, i cant seem to find the ildasm application on my laptop, I just downloaded and installed the version 3.0 framework.Any advice ?Ehi |
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2007-04-24 : 10:07:54
|
mine is here: C:\Program Files\Microsoft Visual Studio 8\SDK\v2.0\Binalso you might want to have a look at reflector if you don't know about it. absolutely the best disassembler for managed code. not sure if it works for 3.0 though. try it out here: http://www.aisto.com/roeder/dotnet www.elsasoft.org |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2007-04-24 : 10:13:50
|
NOthing there for me |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2007-04-24 : 10:21:04
|
did you download the sdk in addition to the framework? probably ildasm only comes with the sdk. www.elsasoft.org |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2007-04-24 : 10:37:16
|
Yesthe 3.0 version |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2007-04-24 : 12:18:21
|
did you try reflector? it's better than ildasm anyway, imo. www.elsasoft.org |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2007-04-24 : 13:02:15
|
I just downloaded and installed it. Will try it outThanksBut still hope to get Ildasm working anyways |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2007-04-24 : 13:17:09
|
Yes, i got it up and running. Thanks a million its a very valueable tool |
|
|
jezemine
Master Smack Fu Yak Hacker
2886 Posts |
Posted - 2007-04-24 : 13:56:35
|
indeed. I use reflector all the time. together with the debugger, it's probably the most important tool I use for managed code development. Now if only windbg.exe would fully support managed code, I'd be in heaven...for reflector, there's even a plugin available that will let you browse the source of an assembly that's been imported into sql server 2005, saved my a$$ on more than one occasion: http://www.codeplex.com/reflectoraddins (see sql2005browser on that page) www.elsasoft.org |
|
|
afrika
Master Smack Fu Yak Hacker
2706 Posts |
Posted - 2007-04-24 : 21:05:39
|
Thanks a great deal for the info. Quite valueable.Also note, i have visual studio express and MS SQL 2005 management studio installed, and downloaded and installed SDK version 3.0, so wonder why ildasm is missing. But with these valueable tools, i guess its not really a bother after all.Thanks |
|
|
|