如何设置插件OllyDbg的2.x.x? [英] How to setup plugins for ollydbg 2.x.x?

查看:497
本文介绍了如何设置插件OllyDbg的2.x.x?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我从它的官方网站,并从tuts4you一些插件下载了最新OllyDbg的2.x版。但如何使能/安装的插件?

I downloaded the latest ollydbg 2.x version from its official site and some plugins from tuts4you. But how to enable/install the plugins?

推荐答案


  • 要么你把插件DLL专用目录中(例如插件),或在同一目录比ollydbg.exe

  • 选项/选项... /目录面板,配置插件目录设置相应的地方在那里你把DLL。如果你把DLL在ollydbg.exe目录,你可以设置

  • 重新启动OllyDbg的

  • 您应该有一个插件菜单,插件添加他们的菜单入口点

  • either you put the plugin dll inside a dedicated directory (e.g. Plugins) or in the same directory than ollydbg.exe
  • in the Options / Options... / Directories panel, configure the Plugin directory setting accordingly to the place where you put the dll. If you put the dll in ollydbg.exe directory, you can set .
  • restart OllyDbg
  • you should have a plugins menu where the plugins add their menus entry points
  • 这是一个普遍的过程中,您可能需要为特定的插件适应:例如有些人可能需要额外的.txt或.ini文件。这应该在插件包内说明。

    This is a general procedure, you might need to adapt for specific plugins : e.g. some may need additional .txt or .ini files. This should be described inside the plugin package.

    另外,如果你这样做了设置,仍​​然无法看到你的插件,谨防该插件API有用于版本2.01h最近的一次重大升级。现有的一些插件可能不再被支持。

    Also, if you have done this settings and still cannot see your plugin, beware that the plugin API had a recent major upgrade for version 2.01h. Some existing plugins may not be supported anymore.

    如果你没有,你插件的源$ C ​​$ C或不能自行重建它有可能试图修补插件DLL来让它在奥利加载。因为你需要修补由插件API相关的DLL版本号,也可能是回调这是棘手。该过程被描述在截屏

    If you don't have you plugin source code or cannot rebuild it yourself it is possible to try to patch the plugin dll to let it load in Olly. This is tricky because you need to patch the version number, and probably the callbacks in the dll concerned by the plugin api. The procedure is described in a screencast.

    这篇关于如何设置插件OllyDbg的2.x.x?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆