acer0741 發表於 2012-6-14 17:51:26

請問大大 有關CRC數據 寫成ICS 數據 的問題

物品定位V146.3 CRC 我已測試可以用

004DB867:
db 90 90

004DB867:
jne 004DB8b8

004DB8AE FF 15 6C E7 D3 00 call dword ptr
004DB8B4 85 C0 test eax,eax
004DB8B6 75 18 jne 004db8d0
004DB8B8 83 4D FC DD or dword ptr ,ff

要轉換為 ICS 的 但是 我測試後 發現不能撿起物品 不知道是哪裡出錯 可否請大大指導
//146.3物品定位ICS

registersymbol(AwesomeMan)
alloc(AwesomeMan,64)
registersymbol(Invincible)
alloc(Invincible,64)

00d3e76c:
DD AwesomeMan

AwesomeMan:
cmp ,004db8b4
jne PtInRect
mov ,Invincible
jmp PtInRect

Invincible:
test eax,eax
jmp 004db8b8


00d3e76c:
DD PtInRect
dealloc(AwesomeMan)
unregistersymbol(AwesomeMan)
dealloc(Invincible)
unregistersymbol(Invincible)

sf8932996 發表於 2012-6-24 23:14:23

頁: [1]
查看完整版本: 請問大大 有關CRC數據 寫成ICS 數據 的問題