Twisted 发表于 2011-10-7 17:51:57

[1.310/1.351/1.397] Enable TS with Scrolls

Original code00459746      817D 08 20A10>CMP DWORD PTR SS:,7A120
0045974D      7D 61         JGE SHORT 004597B0Select both address and press Right-Click > Binary > Fill with NOPs

So your code should show like this:
00459746      90            NOP
00459747      90            NOP
00459748      90            NOP
00459749      90            NOP
0045974A      90            NOP
0045974B      90            NOP
0045974C      90            NOP
0045974D      90            NOP
0045974E      90            NOP
Now, do the same thing with these two addresses:
004599C2|.66:3938       |CMP WORD PTR DS:,DI
004599C5|.7F 12         |JG SHORT 004599D9Then should be like this:004599C2      90            NOP
004599C3      90            NOP
004599C4      90            NOP
004599C5      90            NOP
004599C6      90            NOP
页: [1]
查看完整版本: [1.310/1.351/1.397] Enable TS with Scrolls