xonivi How do I cheat? Reputation: 0
Joined: 01 Feb 2021 Posts: 1
|
Posted: Mon Feb 01, 2021 2:51 pm Post subject: How to create a codecave to an 64 bit game with C# ?? |
|
|
Code: | movss xmm2,[coR]
movss xmm1,[coG]
movss xmm0,[coB] |
I need to this codes to be injected but i couldnt do it.
when i tried to do it without fasm.dll and with byte injection by myself
i couldnt convert the allocated addresses to byte thingy.
Example:
Code: | movss xmm2,[10540800] = F3 0F10 15 F8070000
^ ^ |
|
|