首页
社区
课程
招聘
[旧帖] [求助]我在ollydbg运行一个一个程序出现don't know how to bypass command.. 0.00雪花
2007-12-8 15:27 4564

[旧帖] [求助]我在ollydbg运行一个一个程序出现don't know how to bypass command.. 0.00雪花

2007-12-8 15:27
4564
我在ollydbg运行一个一个程序出现don't know how to bypass command at address 007e22eb,  try to change EIP or pass exception to program异常,ollydbg的状态栏上显示illegal instruction-use shift +F7/F8/F9 to pass the exception to the program, 我按shift + F9运行, 接着又提示:A debugger has been found running in your system.Please unload it from memory and restart your program.

不指到怎么回事,哪位大哥能指点一二,不胜感激!

[培训]二进制漏洞攻防(第3期);满10人开班;模糊测试与工具使用二次开发;网络协议漏洞挖掘;Linux内核漏洞挖掘与利用;AOSP漏洞挖掘与利用;代码审计。

收藏
点赞0
打赏
分享
最新回复 (1)
雪    币: 200
活跃值: (10)
能力值: ( LV2,RANK:10 )
在线值:
发帖
回帖
粉丝
yangsj 2007-12-9 10:20
2
0
在ollydbg中007e22eb的内容如下:

007E22E9      59            db      59                               ;  CHAR 'Y'
007E22EA      40            db      40                               ;  CHAR '@'
007E22EB      0F            db      0F
007E22EC      3F            db      3F                               ;  CHAR '?'
007E22ED      07            db      07

我将整个反汇编内容保存到记事本,查找007e22eb的地址内容如下:

007E22E1  - E9 8E09BDE1     jmp     E23B2C74
007E22E6    0D 91085940     or      eax, 40590891
007E22EB    0F3F            ???                                      ; 未知命令
007E22ED    07              pop     es

不明白怎么是未知命令,我该如何处理?谢谢!

还有两个地址的内容好像不一样
游客
登录 | 注册 方可回帖
返回