Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
EXE Editable with Resource Hacker 3 (Execute a bat file) 10-03-2020, 10:21 PM #1
In this tutorial about Resource Hacker and EXE Editable series 3 i will be focus on changing the setup.exe to a much simplier language setup.bat. This will turn possible the execution of bat files from the exe. To personalize the exe the user just need to follow the "Edit with Resource Hacker" prints.
Edit with Resource Hacker
- Change icon
- Change image
- Change exe title name and appearance
The "Edit with OllyDbg" explain in details what is the steps to completly change from setup.exe to setup.bat. Note: The file available for download below has the exe modified for setup.bat, check the folder "Original Exe" for original copy.
Edit with OllyDbg
Note: OllyDbg must be started with admin rights
1 - Search for binary string (setup.exe)
2 - Setup.exe string found in the dump
3 - Following the expression in the executable file
4 - Editing the string in the executable file
5 - Editing the string in the executable file 2
6 - Save the modified string to file
If you have follow the step by step on Edit with OllyDbg you just learn how to modify a basic exe. OllyDbg doesn't work with all the executables as this is a old method. In recent exes a user need to decompress or unpack the executables before editing.