So yeah i managed to write a application which attaches to a process by window name and then i made a code which retrieves the value of a certain address (ptr) in memory. Its just when i convert the output bytes i get weird symbols. For example if the value the address holds is 250 it returns something different, not letters and not numbers, just some weird looking symbols.
Question:
The adr i declare like this:
Do i have to add the offset to this aswell, if so how can i do that.
Question:
The adr i declare like this:
Code:
uint adrChrHp = 0x0000000;
Comment