English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

well i am pretty new to programing just so you know.
I need to take a program apart and edit it. (In a good way, not like stealing)
I heard resource hacker was good, i tried it and all i got was only the icon for the program, so guys help to any of the above questions would be appreciated

2007-10-02 12:23:58 · 4 answers · asked by Anonymous in Computers & Internet Software

4 answers

If it's an executable, you'll need a decompiler BUT if you don't know assembler, the result will just confuse you.

There once was a program that took executables back to C but if it's anything more than a simple console app, I'd hate to try to wade through all the raw C code!! Especially if it's a program designed for a windowing environment - imagine the raw C behind the windowing API!!!!

2007-10-02 12:33:42 · answer #1 · answered by Steve B 3 · 0 0

Thats one of the advantages to Linux. All of the source code is viewable.

If its not a certain PROGRAM you want to do that to (which is usually illegal anyway) then you can probably find a linux program that does the same thing. Look at that and modify it

2007-10-05 07:20:33 · answer #2 · answered by Gandalf Parker 7 · 0 0

depends, in what sense. if it's an executable, u'd have to reverse engineer it BUT for that you'd need a knowledge of assembler..

if you've got only the executable code, then forget it.. would be easier to reconstruct it from scratch using the original program as a design guide..

2007-10-02 12:30:30 · answer #3 · answered by junglejungle 7 · 0 0

not sure if that is possible
just use open source program, and mess around with the source code

2007-10-02 12:29:06 · answer #4 · answered by Anonymous · 0 0

fedest.com, questions and answers