| Author |
The Best Free .exe Editors? |
sandsphinx
Member
Posts: 38
Location: Wales, United Kingdom
Joined: 16.03.09 Rank: Wiseman Warn Level: 99
|
|
I was wondering if any of you knew *Free* .exe editors, i need to extract code from a program and edit it to use in one of my own and not sure what program to use. Do any of you have any advice? I have found the regular editors, like PE Explorer and Resource Tuner but they all cost money to use. Do you think that i will not find a good free one, or do you think it'll be easier to just spend the money and buy the Resource Tuner?
Edited by sandsphinx on 17-04-09 16:18 |
|
| Author |
RE: The Best Free .exe Editors? |
yours31f
Second to one

Posts: 1678
Location: Dallas Texas
Joined: 27.04.07 Rank: Satan |
|
Well, as far as this goes I want to say 1 thing first. This would be copyright infringment. Make sure it's not copyrighted.
Other than that, I used to use http://www.chmaas.handshake.de/delphi/freeware/xvi32/xvi32.htm
Debugging is what programmers do to beta software to make it take up more room on your hard drive if it is running too efficiently.

|
|
| Author |
RE: The Best Free .exe Editors? |
styloverte116
Member
Posts: 73
Location:
Joined: 11.03.08 Rank: Hacker Level 3 |
|
xvi32
PE Tools
LordPE
PEid
|
|
| Author |
RE: The Best Free .exe Editors? |
sandsphinx
Member
Posts: 38
Location: Wales, United Kingdom
Joined: 16.03.09 Rank: Wiseman Warn Level: 99
|
|
No no no, i mean i need to use the .exe editor to view the code by extracting it so i can use it, not copy it, in my own work, i understand that is really skiddy to do so, and i refrain from doing so, i need to look at the code to see how that sort of program is created. Sorry if it was not clear.
|
|
| Author |
RE: The Best Free .exe Editors? |
styloverte116
Member
Posts: 73
Location:
Joined: 11.03.08 Rank: Hacker Level 3 |
|
ollydbg
ida (4.9)
.net reflector
***EDIT: It's not necessarily skiddyish. People do it a lot with complex code that would take them too much time or money to implement themselves
***EDIT2: btw this all depends on what language it was written in. use peid to figure that out. high level representations can be recovered from programs written in .net like c# because its compiled into MSIL, not IA32. if its a big enough program, theyll have fixed that and youll have to use ollydbg or ida. java, same thing, search for a java decompiler and youll get high level code. everything else, ollydbg or ida. ive never used ida, but apparently its the leading disassembler and will give you flowcharts and attempt to make your job as easy as possible. for simpler tasks, id stick to ollydbg.
Edited by styloverte116 on 17-04-09 00:10 |
|
| Author |
RE: The Best Free .exe Editors? |
wakfu
Member

Posts: 10
Location: <(~_0)>
Joined: 13.11.08 Rank: God |
|
You can use W32Dasm too , it's similar to ollybdg.
|
|
| Author |
RE: The Best Free .exe Editors? |
454447415244
Member
Posts: 156
Location:
Joined: 20.04.08 Rank: God |
|
Oh lord...
@OP, go for Resource Hacker. (That if I understood you well...)
Awesome!
Edited by 454447415244 on 17-04-09 00:26 |
|
| Author |
RE: The Best Free .exe Editors? |
ShadyTyrant
Member

Posts: 113
Location: United States Of America
Joined: 07.09.08 Rank: Hacker Level 3 |
|
Didn't there use to be a page on HBH that linked to tools like Ollydbg, Reshack, etc?

Edited by ShadyTyrant on 17-04-09 00:29 |
|
| Author |
RE: The Best Free .exe Editors? |
sandsphinx
Member
Posts: 38
Location: Wales, United Kingdom
Joined: 16.03.09 Rank: Wiseman Warn Level: 99
|
|
Thanks guys, looking at all those different programs now.
|
|
| Author |
RE: The Best Free .exe Editors? |
454447415244
Member
Posts: 156
Location:
Joined: 20.04.08 Rank: God |
|
|
ShadyTyrant wrote:
Didn't there use to be a page on HBH that linked to tools like Ollydbg, Reshack, etc?
I was wondering now where did it goes. 
Awesome! |
|
| Author |
RE: The Best Free .exe Editors? |
K_I_N_G
Member

Posts: 356
Location: ?
Joined: 04.03.08 Rank: Elite |
|
|
ShadyTyrant wrote:
Didn't there use to be a page on HBH that linked to tools like Ollydbg, Reshack, etc?
I think it was downloads.
Anyway, the .exe editor depends on what program. Depending on the code, and the way you'd like to view it.
|
|
| Author |
RE: The Best Free .exe Editors? |
inferior
Member

Posts: 57
Location:
Joined: 07.09.05 Rank: God |
|
There is also a program called debuggy. I have never really used it though
as I prefer ollydbg. |
|
| Author |
RE: The Best Free .exe Editors? |
yours31f
Second to one

Posts: 1678
Location: Dallas Texas
Joined: 27.04.07 Rank: Satan |
|
Ya it was downloads. No clue where it went.
Debugging is what programmers do to beta software to make it take up more room on your hard drive if it is running too efficiently.

|
|
| Author |
RE: The Best Free .exe Editors? |
maug
Member

Posts: 612
Location:
Joined: 20.07.08 Rank: Monster |
|
|
yours31f wrote:
Ya it was downloads. No clue where it went.
The link section as well. The crap had piled up and no one wanted to sort it, I'm guessing anyways. I'm sure there are backups somewhere. If the link page comes back, it would be neat to have: a page for all hbh member sites, the option to affiliate to links to forums, etc. I'm going to stop with the suggestions there though, because I'm probably not going to code it.
I pwn kittens. |
|