First, I need to clarify that my English is not very good, so the following content may appear like machine translation, and I ask for your understanding. Here's the issue I've encountered:
I successfully dumped and obtained dump.cs. At the same time, I also found the method I wanted to modify the health points (HP). However, after making changes through offsets, both my character's HP and the monster's HP were set to zero. What I aim to achieve is to set the monster's HP to zero while keeping my character's HP unchanged. Can you please explain why this is happening? Below is the code I used for the modification:
MOV X0, XZR
RET