danielkrupinski / OneByteRadar

CS:GO radar hack achieved by patching one byte of game memory. Written in Python 3.
MIT License
99 stars 28 forks source link

Find memory address #7

Open a1987zz opened 2 years ago

a1987zz commented 2 years ago

Hi. Where can I read that byte position can be used to find the data writing address in cs: go?

a1987zz commented 2 years ago

I think I got it. This is analogous to pattern scan. Then how do I find the memory address if the byte order is wrong?