Python Forum
Changing Text in an .exe File
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Changing Text in an .exe File
#2
You could create a dictionary with the keys as the current path and the values as the new path, step through each line of the file, check for the key, if it matches write the value to a new file, else write the existing line.
Reply


Messages In This Thread
Changing Text in an .exe File - by eddywinch82 - Apr-25-2019, 07:27 PM
RE: Changing Text in an .exe File - by Yoriz - Apr-25-2019, 07:33 PM
RE: Changing Text in an .exe File - by eddywinch82 - Apr-25-2019, 07:36 PM
RE: Changing Text in an .exe File - by Yoriz - Apr-25-2019, 08:12 PM
RE: Changing Text in an .exe File - by eddywinch82 - Apr-25-2019, 08:35 PM
RE: Changing Text in an .exe File - by Yoriz - Apr-25-2019, 08:47 PM
RE: Changing Text in an .exe File - by eddywinch82 - Apr-26-2019, 09:38 PM
RE: Changing Text in an .exe File - by eddywinch82 - Apr-27-2019, 05:38 PM
RE: Changing Text in an .exe File - by Yoriz - Apr-27-2019, 05:53 PM
RE: Changing Text in an .exe File - by eddywinch82 - Apr-27-2019, 05:55 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020