搜索
 找回密码
 加入

[1298] Absolutness Matchless fix

Twisted 2011-10-7 18:28:06 1300
This patch makes ebenezer check how many skillpoints the user have put in master instead of checking if the user is below level 70 or 65.

Matchless:

Original code:

  1. 004A03B7  CMP BYTE PTR DS:[EAX+53],46
  2. 004A03BB  JB SHORT 004A03F7
复制代码



Jump to codecave:

  1. 004A03B7  JMP 004A0747
复制代码


Codecave:

  1. 004A0747  CMP BYTE PTR DS:[EAX+88],0A
  2. 004A074E  JB 004A03F7
  3. 004A0754  JMP 004A03BD
复制代码


Absolutness:

Original code:

  1. 004A03FD  CMP BYTE PTR DS:[EAX+53],41
  2. 004A0401  JB SHORT 004A0444
复制代码


Jump to codecave:

  1. 004A03FD  JMP 004A075B
复制代码


Codecave:

  1. 004A075B  CMP BYTE PTR DS:[EAX+88],5
  2. 004A0762  JB 004A0444
  3. 004A0768  JMP 004A0403

复制代码
相关推荐
 [1298] Absolutness/Matchless fix

0 回复

高级模式
游客