Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old October 11th, 2008, 01:05 PM
Sin Jeong-hun
Guest
 
Posts: n/a
Default .NET executable editor.

For native applications, there are debuggers such as OllyDebugger with
which I can edit the assembly code directly and save it as another exe
file.

For .NET, there is Reflector or IL disassembler . They show more
meaningful codes but non of them have the ability to edit the exe file
directly. Is there any program that allows me to edit the code
of .NET .exe?
  #2  
Old October 11th, 2008, 01:35 PM
Jeroen Mostert
Guest
 
Posts: n/a
Default Re: .NET executable editor.

Sin Jeong-hun wrote:
Quote:
For native applications, there are debuggers such as OllyDebugger with
which I can edit the assembly code directly and save it as another exe
file.
>
For .NET, there is Reflector or IL disassembler . They show more
meaningful codes but non of them have the ability to edit the exe file
directly. Is there any program that allows me to edit the code
of .NET .exe?
Googling "IL editor" yields some results. Try one of those programs.

Failing that, you can always use ildasm to disassemble the thing, edit the
IL, then use ilasm to turn it back into an assembly. Not useful for many
quick changes but good in a pinch.

--
J.
  #3  
Old October 11th, 2008, 11:55 PM
Sin Jeong-hun
Guest
 
Posts: n/a
Default Re: .NET executable editor.

On Oct 11, 9:31*pm, Jeroen Mostert <jmost...@xs4all.nlwrote:
Quote:
Sin Jeong-hun wrote:
Quote:
For native applications, there are debuggers such as OllyDebugger with
which I can edit the assembly code directly and save it as another exe
file.
>
Quote:
For .NET, there is Reflector or IL disassembler . They show more
meaningful codes but non of them have the ability to edit the exe file
directly. Is there any program that allows me to edit the code
of .NET .exe?
>
Googling "IL editor" yields some results. Try one of those programs.
>
Failing that, you can always use ildasm to disassemble the thing, edit the
IL, then use ilasm to turn it back into an assembly. Not useful for many
quick changes but good in a pinch.
>
--
J.
Thanks. I have searched Google and found Dotnet IL Editor. It showed
IL, but I cannnot edit it. On the description page it said it can
modify and recompile IL codes but I could not. It had no help file,
but a readme file. I have skimmed it but couldn't find the information
I needed.
  #4  
Old October 12th, 2008, 09:05 AM
dile.project@gmail.com
Guest
 
Posts: n/a
Default Re: .NET executable editor.

On Oct 12, 6:53*am, Sin Jeong-hun <typing...@gmail.comwrote:
Quote:
On Oct 11, 9:31*pm, Jeroen Mostert <jmost...@xs4all.nlwrote:
>
>
>
>
>
Quote:
Sin Jeong-hun wrote:
Quote:
For native applications, there are debuggers such as OllyDebugger with
which I can edit the assembly code directly and save it as another exe
file.
>
Quote:
Quote:
For .NET, there is Reflector or IL disassembler . They show more
meaningful codes but non of them have the ability to edit the exe file
directly. Is there any program that allows me to edit the code
of .NET .exe?
>
Quote:
Googling "IL editor" yields some results. Try one of those programs.
>
Quote:
Failing that, you can always use ildasm to disassemble the thing, edit the
IL, then use ilasm to turn it back into an assembly. Not useful for many
quick changes but good in a pinch.
>
Quote:
--
J.
>
Thanks. I have searched Google and foundDotnet IL Editor. It showed
IL, but I cannnot edit it. On the description page it said it can
modify and recompile IL codes but I could not. It had no help file,
but a readme file. I have skimmed it but couldn't find the information
I needed.- Hide quoted text -
>
- Show quoted text -
Hi,

I'm Zsolt Petreny, the developer of DILE. I'm really sorry for
disappointing you but despite the name, DILE is not a real .NET
assembly editor. Yet... This is one of the reasons why its version
number is still so low (v0.2.6, not even near to v1.0). Currently, it
can only disassemble files and debug managed applications in IL.

No doubt, lately I have been quite lazy, but I hope that one day I can
really add editing feature to it. Until then, perhaps you should
really consider using ilasm & ildasm.

Regards,
Zsolt Petreny
 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles