FederationHax

Modify .exe Files And Crack A Program

Jun 11th, 2016
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.11 KB | None | 0 0
  1. 1) Don't try to modify a prog by editing his source in a dissasembler.Why?
  2. Couse that's for programmers and assembly experts only. If any of you dumb kids
  3. try to view it in hex you'll only get tons of crap you don't understand.
  4. First off, you need Resource Hacker(last version).It's a resource editor-
  5. very easy to use.
  6.  
  7. Resource Hacker Version 3.4.0
  8. CODE
  9. http://delphi.icm.edu.pl/ftp/tools/ResHack.zip/
  10.  
  11. Help File
  12. CODE
  13. http://www.users.on.net/johnson/resourceha...eshack_hlp.zip/
  14.  
  15.  
  16. ################################################################################
  17. #
  18. 2)Unzip the archive, and run ResHacker.exe. You can check out the help file too,
  19. if you want to be a guru.
  20. ################################################################################
  21. #
  22. 3)You will see that the interface is simple and clean. Go to the menu File\Open or
  23. press Ctrl+O to open a file. Browse your way to the file you would like to edit.
  24. You can edit *.exe, *.dll, *.ocx, *.scr and *.cpl files, but this tutorial is ment
  25. to teach you how to edit *.exe files, so open one.
  26. ################################################################################
  27. #
  28. 4)In the left side of the screen a list of sections will appear.
  29. The most common sections are: -Icon;
  30. -String table;
  31. -RCData;
  32. -Dialog;
  33. -Cursor group;
  34. -Bitmap;
  35. -WAV.
  36. *Icon: You can wiew and change the icon(s) of the program by double-clicking the icon section,chossing the icon, right-clicking on it an pressing "replace resource". After that you can choose the icon you want to replace the original with.
  37. *String table: a bunch of crap, useful sometimes, basic programming knowladge needed.
  38. *RCData: Here the real hacking begins. Modify window titles, buttons, text, and lots more!
  39. *Dialog:Here you can modify the messages or dialogs that appear in a program. Don't forget
  40. to press "Compile" when you're done!
  41. *Cursor group: Change the mouse cursors used in the program just like you would change the icon.
  42. *Bitmap: View or change images in the programs easy!
  43. *WAV:Change the sounds in the prog. with your own.
  44. ################################################################################
  45. ####
  46.  
  47. 5) In the RCData,Dialog,Menu and String table sections you can do a lot of changes. You can
  48. modify or translate the text change links, change buttons, etc.
  49. ################################################################################
  50. #####
  51.  
  52. TIP: To change a window title, search for something like: CAPTION "edit this".
  53. TIP: After all operations press the "Compile Script" button, and when you're done editing save
  54. your work @ File\Save(Save as).
  55. TIP: When you save a file,the original file will be backed up by default and renamed to Name_original and the saved
  56. file will have the normal name of the changed prog.
  57. TIP: Sometimes you may get a message like: "This program has a non-standard resource layout... it has probably been compressed with an .EXE compressor." That means that Resource Hacker can't modify it becouse of it's structure.
  58.  
  59. Remember! This is only a small example of what you can do to executables with Resource Hacker.
  60. my skype : yamod.gas
  61. contact me for more/help :)
Add Comment
Please, Sign In to add comment