Page 1 of 1

#1 Best .EXE editor?

Posted: Mon Sep 11, 2006 11:07 pm
by Kreshna Aryaguna Nurzaman
The title says everything. So what is the best .EXE (or binary file) editor out there? (freeware is preferred)

#2

Posted: Tue Sep 12, 2006 7:47 pm
by Destructionator XV
What is your goal in editing binary files? It is often a non-trivial task, especially executables.



But to answer the question, I use bvi on Linux, and another decent one is khexedit, again on linux.

For more, the wikipedia page has some links that might be worth looking at:
http://en.wikipedia.org/wiki/Comparison_of_hex_editors

edit:
And a direct link to one that looks promising for Windows:
http://hexplorer.sourceforge.net/

#3

Posted: Tue Sep 12, 2006 8:38 pm
by Kreshna Aryaguna Nurzaman
Destructionator XV wrote:What is your goal in editing binary files? It is often a non-trivial task, especially executables.



But to answer the question, I use bvi on Linux, and another decent one is khexedit, again on linux.

For more, the wikipedia page has some links that might be worth looking at:
http://en.wikipedia.org/wiki/Comparison_of_hex_editors

edit:
And a direct link to one that looks promising for Windows:
http://hexplorer.sourceforge.net/
Thanks. Actually I'm looking for something like Resource Hacker; something that can display and edit the content of .EXE files in "organized" view. Resource Hacker can do it on *.exe, *.dll, *.ocx and such, but it fails on some .exe files.

How about decompiler? What's the best decompiler around?

#4

Posted: Tue Sep 12, 2006 8:48 pm
by Destructionator XV
Kreshna Aryaguna Nurzaman wrote:Thanks. Actually I'm looking for something like Resource Hacker; something that can display and edit the content of .EXE files in "organized" view.
Hmm, I know nothing about tools to do that.
How about decompiler? What's the best decompiler around?
I've never used a decompiler. There are a few obstacles to it:
1) for most propritary software, use of a decompiler on it is expressly forbidden in the EULA

2) for open source software, you have the source on hand anyway, so it kinda defeats the purpose

3) They don't really work that well, I've heard. But again, I've never used one myself.

So I don't really know.

#5

Posted: Wed Sep 13, 2006 7:53 am
by Ace Pace
I've heard good things about Soft Ice debugger, which can be used for reading running .exes.