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
#1
Hi there,

I have a Program called SafelySurf V1.2, the Program is great it partially works, but it is quite old, so some of the Paths are wrong. The Program deletes temporary Internet Files, Internet Explorer History, Url Cache etc. But the Program was designed for Windows XP
And I have Windows 7 X64, so it doesn't delete the Files, as the Paths are wrong. One Path I would like to change would is :-

ASCII "C:\Windows\Temporary Internet Files\"

Which needs changing to :- ASCII "C:\Users\Edward\AppData\Local\Microsoft\Windows\Temporary Internet Files" and there are others that need changing. Is there a way, I can list those Paths and change them, to what they need changing to with Python ? How can I get Python to scan through the .exe File, looking for the paths that need changing ?

And if so could someone, show me some examples, or point me to some, that I could look at.

Any help would be appreciated

Regards

Eddie Winch
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