But for some reason there is no group difference in the Dissect Data:
So Dave+Eric and Hak+Kitt
In the Dissect Data Dave+Eric+Kitt has the same value of 4 but Hal is with 3, there is nothing else which is group difference.
My Code is also included an ohk which I'm not sure I've set up correctly so if someone could tell me If I wrote it right:
Code: Select all
[ENABLE]
alloc(newmem,2048,"Tutorial-x86_64.exe"+2E0B7)
label(returnhere)
label(ohk)
label(originalcode)
label(exit)
newmem:
cmp [rbx+18],4 // Offset and Value is not right It's just for demonstration.
jne originalcode
mov [rbx+08],(float)100
ohk:
cmp [rbx+18],3 // Offset and Value is not right It's just for demonstration.
jne originalcode
xorps xmm0,xmm0
movss [rbx+08],xmm0
originalcode:
movss [rbx+08],xmm0
exit:
jmp returnhere
"Tutorial-x86_64.exe"+2E0B7:
jmp newmem
returnhere:
[DISABLE]
dealloc(newmem)
"Tutorial-x86_64.exe"+2E0B7:
movss [rbx+08],xmm0
//Alt: db F3 0F 11 43 08