You are here

Portable apps with asm/hexedit

2 posts / 0 new
Last post
stvn037
Offline
Last seen: 1 year 2 weeks ago
Joined: 2023-05-30 14:45
Portable apps with asm/hexedit

Isn't it possible to just hexedit the exe of a particular app to set the values/settings it would normally check in the reg or have it read them from an INI? Perhaps add some custom asm functions if necessary? Any reason why people don't?

John T. Haller
John T. Haller's picture
Offline
Last seen: 2 hours 51 min ago
AdminDeveloperModeratorTranslator
Joined: 2005-11-28 22:21
Generally No

This will usually cause an app's digital signature to break. If the app self-checks for modifications as our installers and launchers do, the app will refuse to run.

Sometimes, the impossible can become possible, if you're awesome!

Log in or register to post comments