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?
New: MBox Viewer (Mar 22, 2026), Platform 30.3 (Mar 29, 2026)
1,400+ portable packages, 1.2 billion downloads
Please donate if you can!
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?
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!