0 Members and 1 Guest are viewing this topic.
Fox-Terrier a écrit:my current modules file is the same size as before (104 MB), were they many changes ?
10006242 33D2 xor edx,edx 10006244 8BC6 mov eax,esi 10006246 89542418 mov [esp+18h],edx < ---- problem 1000624A 8D7801 lea edi,[eax+01h][snip long code] 10006277 84C9 test cl,cl 10006279 75F7 jnz L10006272 1000627B 2BC7 sub eax,edi 1000627D 3BD0 cmp edx,eax 1000627F 72DF jc L10006260 10006281 89542418 mov [esp+18h],edx < ---- problem
10006242 33D2 xor edx,edx 10006244 8BC6 mov eax,esi 10006246 90909090 nop < ---- replaced by NOP 1000624A 8D7801 lea edi,[eax+01h][snip long code] 10006277 84C9 test cl,cl 10006279 75F7 jnz L10006272 1000627B 2BC7 sub eax,edi 1000627D 3BD0 cmp edx,eax 1000627F 72DF jc L10006260 10006281 EB02 jmp L10006284 < ----- replaced by jump
10006242 10006244 10006246
Fox-Terrier a écrit:is it only for the patch ?)
why is the address increasing 2 by 2 (2, 4, 6 etc.) ?
10006242 33D2 [glow=yellow,2,300]xor edx,edx[/glow]
10006246 90909090 nop < ---- replaced by NOP 1000624A 8D7801 lea edi,[eax+01h]
16 5F 75 04 C6 04 16 20 8B C6 83 C2 01 8D 78 01 8A 08 83 C0 01 84 C9 75 F7 2B C7 3B D0 72 DF [glow=yellow,2,300]89 54 24 18[/glow] DD 44 24 20 E8
sunshine135 a écrit:Most people look at hex and go huh? What?