Modifying Assembly in VB.net
i have some assembly codes that i found in cheat engine
mov eax,[ecx+5C]
test eax,eax
mov eax,[ecx+60]
test eax,eax
the original code is 5C. and i want to change it to 60.
this can be easily done in cheat engine, but i couldn't do it in VB. i searched google up and down and all i could find was memory classes that modify a specific value (eg ammo)
Note: i saw some assembly stuff but they are only for VB6. i'm using VB 2010.
Check out code injection in vb.net
It's pretty easy.