I am trying to get range hack put into my CT, but I cannot seem to find the correct offset. I've used both the Array of Bytes scan and the Assembly scan with no luck. What am I doing wrong?
Quote:
[ENABLE]
alloc(newmem,1024)
label(returnhere)
label(originalcode)
label(exit)
006698b4:
jmp newmem
nop
returnhere:
newmem:
mov al,90 // AL ?????????????? ?????
originalcode:
mov [ecx+000000a8],al
exit:
jmp returnhere
[DISABLE]
dealloc(newmem)
006698b4: // 88 81 A8 00 00 00 C2 04 00 CC CC CC 8D 81 AC 00 00 00 C3 CC CC CC CC CC
mov [ecx+000000a8],al