How to configure plugins for ollydbg 2.xx?

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

+5
source share
1 answer
  • either you put the dll plugin in a dedicated directory (for example Plugins), or in the same directory as ollydbg.exe
  • in the panel, Options / Options... / Directoriesconfigure the parameter Plugin directoryaccording to the place where you placed the dll. If you put the dll in the ollydbg.exe directory, you can install.
  • restart OllyDbg
  • you should have a menu Pluginswhere plugins add their entry points to the menu

, , : , .txt .ini. .

, , , API- 2.01h. .

, dll, Olly. , , , DLL, api. .

+8

All Articles