Can I Edit a String in a setup.exe File with RAM?

0
0
Asked By CuriousCoder123 On

I'm trying to modify a string within a setup.exe file using Cheat Engine. I've located the string's address and attempted to edit it, but the changes don't seem to apply. After asking ChatGPT, I was told that the file might have a digital signature acting like an anti-cheat, which seems odd for an offline file. I'm posting here to see if anyone knows if it's possible to edit this kind of executable file or not.

3 Answers

Answered By TechWhiz99 On

Hey, sounds like you're diving deep into some file editing! The fact that you're unable to see changes after editing could suggest you're hitting a snag with the digital signature. It might be better to use a hex editor like HxD instead of Cheat Engine, especially if you're working with a digitally signed executable. Double-check that you've identified all the necessary locations in the file; missing some could lead to changes not taking effect.

Answered By DebuggingDynamo On

Just to add, if you're attempting to edit a digitally signed executable, that can be tricky. The signature is there to prevent modifications, so your changes could simply be ignored. Make sure you're actually editing the right spots! If this is a Microsoft installer, it might be set up to resist tampering.

Answered By CautiousNinja On

Not to imply anything malicious, but altering files like this often raises suspicion. Just ensure what you're doing is legitimate and ethical. If your intent is purely curiosity or learning, maybe look into open-source alternatives that you can safely modify!

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.