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: Kanri (Oct 09, 2024), Platform 29.5.3 (Jun 27, 2024)
1,100+ portable packages, 1.1 billion downloads
No Ads November!, Please donate today
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!