What do you mean? Insert bytes into the hexadecimal code?
If I understand correctly, you want to do something like in trainers, right? One of the technologies used there is this: bytes are inserted at a specific address and offset, for example:
123005CH3:3C, data is inserted in reverse order (or in direct order, if the trainer is coded correctly), meaning that 9b 12 3C 8A is transmitted to 123005CH3:3C.
Or, alternatively, you directly search for the address in a hex editor, for example, 0069B000, and then edit the values at that address.
Am I understanding correctly? Or are you still trying to modify values through active memory?
Auto-translated