- UID
- 119417
- 帖子
- 10954
- 主題
- 4278
- 精華
- 0
- 積分
- 5348
- 楓幣
- 13314
- 威望
- 5252
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 2479
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1926 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-11-8
|
- //TwMs_195.2_CRC 空中爬繩
- //更新時間:2017-01-20
- //更新: prt
- //原創: Inndy
- [Enable]
- registersymbol(BYORope)
- Alloc(BYORope,192)
- Alloc(rope,32)
- BYORope:
- mov [rope+c],eax
- mov eax,rope
- push [ecx+10]
- pop [eax+10]
- push [ecx+18]
- pop [eax+14]
- ret 10
- rope:
- dd 10
- 013DAF1F:
- Jmp BYORope
- [Disable]
- 013DAF1F:
- push ebp
- mov ebp,esp
- push ecx
- mov edx,[ebp+08]
- Unregistersymbol(BYORope)
- Dealloc(BYORope,128)
- Dealloc(rope)
複製代碼 |
|