- UID
- 119417
- 帖子
- 10957
- 主題
- 4281
- 精華
- 0
- 積分
- 5353
- 楓幣
- 13670
- 威望
- 5256
- 存款
- 70
- 贊助金額
- 0
- 推廣
- 0
- GP
- 684
- 閱讀權限
- 150
- 性別
- 保密
- 在線時間
- 1941 小時
- 註冊時間
- 2015-10-18
- 最後登入
- 2024-11-22
|
本帖最後由 prt 於 2017-1-13 03:43 編輯
- //TwMs_195.1_CRC 空中爬繩
- //更新時間:2017-01-13
- //更新: 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
- 013DBB32:
- Jmp BYORope
- [Disable]
- 013DBB32:
- push ebp
- mov ebp,esp
- push ecx
- mov edx,[ebp+08]
- Unregistersymbol(BYORope)
- Dealloc(BYORope,128)
- Dealloc(rope)
複製代碼 |
|