| | |
Viewing .exe File Source / Editing .exe File
Please support our C++ advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Oct 2009
Posts: 2
Reputation:
Solved Threads: 0
Hi Friends Is There Any Way To Open And ReEdit An .exe File... Suppose I Have a Portable .exe File Which Needs No Installation in My Windows. And I Want To Edit Some Icons or Some Text which is Given in The .exe File So What Should I Need To Do ???
I Have Drag And Dropped The .exe File on The Notepad But When Its Shows Me The Script its Impossible to Read The Signals or Commands..
Shortcutly "HOW TO EXTRACT AN .EXE FILE"
Thanks in Advance.
I Have Drag And Dropped The .exe File on The Notepad But When Its Shows Me The Script its Impossible to Read The Signals or Commands..
Shortcutly "HOW TO EXTRACT AN .EXE FILE"
Thanks in Advance.
0
#3 29 Days Ago
Well... were you to decompile to hex and then recompile from modified hex you might be able to squander something... don't know if it'd work, though. Especially if the program depends on libraries and such.
For a really simple you might be able to do something. But anything complicated... forget it, in my completely uneducated opinion on this matter.
For a really simple
C++ Syntax (Toggle Plain Text)
int main() { printf( "1" ); return 0; }
0
#4 29 Days Ago
Well... were you to decompile to hex and then recompile from modified hex you might be able to squander something... don't know if it'd work, though. Especially if the program depends on libraries and such.
For a really simple you might be able to do something. But anything complicated... forget it, in my completely uneducated opinion on this matter.
For a really simple
C++ Syntax (Toggle Plain Text)
int main() { printf( "1" ); return 0; }
•
•
Join Date: Oct 2009
Posts: 2
Reputation:
Solved Threads: 0
0
#5 29 Days Ago
•
•
•
•
Well... were you to decompile to hex and then recompile from modified hex you might be able to squander something... don't know if it'd work, though. Especially if the program depends on libraries and such.
For a really simpleyou might be able to do something. But anything complicated... forget it, in my completely uneducated opinion on this matter.C++ Syntax (Toggle Plain Text)
int main() { printf( "1" ); return 0; }
Hello Please Explain it...
Actually I Dont Understand What To DO With These Codes !!!!!!
•
•
Join Date: Oct 2009
Posts: 3
Reputation:
Solved Threads: 1
0
#6 29 Days Ago
thanks for this useful and informative posting here. i like this very much.
0
#7 29 Days Ago
•
•
•
•
Hi Friends Is There Any Way To Open And ReEdit An .exe File... Suppose I Have a Portable .exe File Which Needs No Installation in My Windows. And I Want To Edit Some Icons or Some Text which is Given in The .exe File So What Should I Need To Do ???
I Have Drag And Dropped The .exe File on The Notepad But When Its Shows Me The Script its Impossible to Read The Signals or Commands..
Shortcutly "HOW TO EXTRACT AN .EXE FILE"
Thanks in Advance.

If you only want to edit text and icons in the program, then you could use something like resource hacker:
http://www.softpedia.com/get/Program...e-Hacker.shtml
Resource hacker can partially decompile an exe and will display any resources it uses (strings and bitmaps). You can then edit the resources, recompile the executable and save it. (but don't forget to keep backups of your original .exe files!)
Resource hacker won't necessarily work 100% of the time for all .exe's and there are no guarantees that the exported .exe will work properly after editing the resources and recompiling, but I understand that it does work sometimes!
I have seen tutorials online where Windows users have successfully used resource hacker to edit explorer.exe in order to customise the text on their start button in Windows XP....Again I couldn't really recommend this type of action as there are no guarantees that the exported .exe will work properly, if at all! And what with explorer.exe being a Windows system file, there are no guarantees that messing with the file won't screw your OS either!
Another thing to bear in mind is that a lot of programs prohibit decompiling in their license agreements. So by decompiling the code, even if you are only decompiling the resources; you could very well be breaking the law!
Personally I'd say as long as you are planning on modifying the program for your own personal use and as long as the programs license agreement does not prohibit decompilation, then fine...Go ahead and try resource hacker, but do so at your own risk. Just don't start whining if it completely breaks your .exe.
And whatever you do, DO NOT try to distribute any of your modified .exe's or attempt to pass them off as your own work as that would be considered both plagarism and piracy! (Two things that are severely frowned upon here at Daniweb and elsewhere in polite, civilised, law-abiding society!)
Cheers for now,
Jas.
Last edited by JasonHippy; 29 Days Ago at 7:37 am.
There are 10 types of people in this world.....
Those who understand binary .....
And those who don't!
Those who understand binary .....
And those who don't!
![]() |
Similar Threads
- How do I read from a file thats in a folder, but is in the same folder as the exe.? (C++)
- I need help. hijack log file here. got it through aim, lockx.exe, backdoor.sdbot (Viruses, Spyware and other Nasties)
- "MiCr0s0ft.exe", "Microsoftx.exe" & "ns.exe" viruses?Please Help (Viruses, Spyware and other Nasties)
- Link source code and header file together? (C++)
Other Threads in the C++ Forum
- Previous Thread: filestream && multidimensional arrays
- Next Thread: Help needed with dynamic arrays.
| Thread Tools | Search this Thread |
api array based binary c++ c/c++ calculator char char* class classes code coding compile console conversion count database delete deploy desktop developer directshow dll download dynamic dynamiccharacterarray email encryption error file forms fstream function functions game givemetehcodez google graph gui homeworkhelp iamthwee ifstream input int integer java lib linkedlist linker linux list loop looping loops map math matrix memory multiple news number numbertoword output parameter pointer problem program programming project python random read recursion recursive reference return rpg sorting string strings struct temperature template templates test text text-file tree unix url variable vector video visualstudio win32 windows winsock wordfrequency wxwidgets






