Longhorn and ASM

Started by
182 comments, last by CProgrammer 20 years, 2 months ago
Perhaps a stupid question but will disassembling of an executable under longhorn result in ASM or C# code. Or better can one disassemble to ASM or C# and even recompile either.
-CProgrammer
Advertisement
noooooooooooooooooooooooooooooooooooooooooooo...this thread was best left for dead. dont necro! make a new thread! its not that hard...
Don''t necro stuff like this. Now its going to live for another five pages.

quote:Perhaps a stupid question but will disassembling of an executable under longhorn result in ASM or C# code. Or better can one disassemble to ASM or C# and even recompile either.

It won''t be any different than how it is today, so its not like you can disassemble a C# executable and magically produce a native version from it.
--God has paid us the intolerable compliment of loving us, in the deepest, most tragic, most inexorable sense.- C.S. Lewis
quote:Original post by CProgrammer
Perhaps a stupid question but will disassembling of an executable under longhorn result in ASM or C# code. Or better can one disassemble to ASM or C# and even recompile either.
-CProgrammer

Depends what you disassemble

The actual managed dll/exe can be disassembled to C#(or what ever language) near 100% perfectly. No comments or meaningful local variable names, but thats about it. An offusicator can make things more difficult, but you can get ''deoffusicators'' which can help.

If you locate the native image(were ever the hell thats stored), and disassemble that you get asm(duh).



This topic is closed to new replies.

Advertisement