y5318
驱动中牛
驱动中牛
  • 注册日期2001-09-18
  • 最后登录2018-05-29
  • 粉丝1
  • 关注0
  • 积分14分
  • 威望22点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
  • 社区居民
阅读:1083回复:2

请教!!

楼主#
更多 发布于:2005-04-19 17:40
text:10009C48                 public ATSSRExecuteCommand
.text:10009C48 ATSSRExecuteCommand proc near
.text:10009C48
.text:10009C48 var_4           = dword ptr -4
.text:10009C48 arg_0           = dword ptr  8
.text:10009C48 arg_4           = dword ptr  0Ch
.text:10009C48
.text:10009C48                 push    ebp
.text:10009C49                 mov     ebp, esp
.text:10009C4B                 push    ecx
.text:10009C4C                 push    offset aAtssrexecuteco ; \"ATSSRExecuteCommand()\\n\"
.text:10009C51                 push    0
.text:10009C53                 call    sub_0_10008FD3
.text:10009C58                 add     esp, 8
.text:10009C5B                 mov     eax, [ebp+arg_0]
.text:10009C5E                 mov     [ebp+var_4], eax
.text:10009C61                 cmp     [ebp+var_4], 0
.text:10009C65                 jz      short loc_0_10009C80
.text:10009C67                 mov     ecx, [ebp+var_4]
.text:10009C6A                 cmp     ecx, dword_0_1001FA74
.text:10009C70                 jnz     short loc_0_10009C80
.text:10009C72                 push    1
.text:10009C74                 mov     edx, [ebp+arg_4]
.text:10009C77                 push    edx
.text:10009C78                 mov     ecx, [ebp+var_4]
.text:10009C7B                 call    sub_0_1000CC4F
.text:10009C80
.text:10009C80 loc_0_10009C80:                         ; CODE XREF: ATSSRExecuteCommand+1Dj
.text:10009C80                                         ; ATSSRExecuteCommand+28j
.text:10009C80                 xor     eax, eax
.text:10009C82                 mov     esp, ebp
.text:10009C84                 pop     ebp
.text:10009C85                 retn    8
.text:10009C85 ATSSRExecuteCommand endp

能帮我做一下注释吗,各位大侠,谢谢
nobounded
驱动小牛
驱动小牛
  • 注册日期2003-08-14
  • 最后登录2011-07-07
  • 粉丝0
  • 关注0
  • 积分360分
  • 威望258点
  • 贡献值0点
  • 好评度32点
  • 原创分0分
  • 专家分0分
沙发#
发布于:2005-04-20 13:48
IDA反编译过来的吧,要注释什么?
IDA有交叉索引(引用)。
y5318
驱动中牛
驱动中牛
  • 注册日期2001-09-18
  • 最后登录2018-05-29
  • 粉丝1
  • 关注0
  • 积分14分
  • 威望22点
  • 贡献值0点
  • 好评度0点
  • 原创分0分
  • 专家分0分
  • 社区居民
板凳#
发布于:2005-04-20 15:05
好眼力,我想请你帮我将每一行都解释一下,谢谢
游客

返回顶部