首页
社区
课程
招聘
这个是什么系统函数啊?
发表于: 2004-9-10 17:16 3543

这个是什么系统函数啊?

2004-9-10 17:16
3543
77f8e42f ff7514 push dword ptr [ebp+0x14]
77f8e432 ff7510 push dword ptr [ebp+0x10]
77f8e435 ff750c push dword ptr [ebp+0xc]
77f8e438 ff7508 push dword ptr [ebp+0x8]
77f8e43b 8b4d18 mov ecx,[ebp+0x18] <---这里就是溢出的异常结构地址
77f8e43e ffd1 call ecx {nsiislog+0x135c (40f0135c)}
这一段调用的是什么系统函数?

[注意]传递专业知识、拓宽行业人脉——看雪讲师团队等你加入!

收藏
免费 1
支持
分享
最新回复 (1)
雪    币: 258
活跃值: (230)
能力值: ( LV12,RANK:770 )
在线值:
发帖
回帖
粉丝
2
77f8e42f ff7514 push dword ptr [ebp+0x14]
77f8e432 ff7510 push dword ptr [ebp+0x10]
77f8e435 ff750c push dword ptr [ebp+0xc]
77f8e438 ff7508 push dword ptr [ebp+0x8]
77f8e43b 8b4d18 mov ecx,[ebp+0x18]
这是发生SEH,往饯里压一个结构(CONTEXT)它与CPU相关的TEXT!
・・・・
调用的是什么系统函数?是在NTDLL.dll里一个函数
:D :D :D 不好意思,我拼不来了哈・不过很好找的!
2004-9-11 12:12
0
游客
登录 | 注册 方可回帖
返回
//