write byte asm inline

09/17/2012 19:00 Hatish#1
Hi epvp, i need your help :) How can i change this:
Code:
cmp byte ptr [ebx+00000001],00
in this:
Code:
cmp byte ptr [ebx+00000001],01
Whit autoit :D
09/17/2012 19:12 _RowLegend_#2
[Only registered and activated users can see links. Click Here To Register...]

5. Post hat mir sehr geholfen.
09/17/2012 19:36 Crack-wtf#3
_MemoryWrite($AddressOfTheOpCode, $Open, "0x01", "byte")
09/17/2012 20:53 Hatish#4
Quote:
Originally Posted by Crack-wtf View Post
_MemoryWrite($AddressOfTheOpCode, $Open, "0x01", "byte")
yes but if u use this code the addres be
Code:
add [ebx+00000001],bh
and is not correct.
Close please :)