i want to edit my assembly code, assembly source code is written in C# 2.0 and visual studio 2005
please help me
Hi 2 Every Body how i can see and edit my MSIL code?
You might want to look into the MSIL disassembler program that will allow you to take MSIL code and put it into a text form that you can then recompile with the assembler later (after you make your edits)
You could also edit the MSIL on the fly using .NET with the profiling API. I have included an article about it in the links below.
Hope these help!
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment