quangnh89 / OllyCapstone

This is a plugin for OllyDbg 1.10 to replace the old disasm engine by Capstone disassembly/disassembler framework.
Other
80 stars 22 forks source link

Plugin not visible if Olly exe name is not ollydbg.exe #1

Open bros opened 9 years ago

bros commented 9 years ago

For some reasons, i have renamed the ollydbg executable.

If the name is not ollydbg.exe then i can't see the OllyCapstone in the plugin menu.

SteffenL commented 9 years ago

I believe this is an issue with OllyDbg itself. For some reason, plugins do not load if you change the name of the executable, unless you also edit the executable itself (e.g. using a hex editor). Try to see if any other plugins load or if it's just OllyCapstone that doesn't.

bros commented 9 years ago

Maybe there is a problem with Ollydbg itself but some plugin still load when i rename the main Olyy executable ...

SteffenL commented 9 years ago

With a clean copy of OllyDbg, I deleted the stock plugins and installed only OllyCapstone. It loaded with the renamed executable... So you can try to do the same and just keep enabling plugins until it stops working, then you know which one is causing the problem.