> thECurouZ: Hi Folks,
> I programmed recently a Plugin for IDA with VC++, I want debugge it !!!
> can sameone help me in how i do this !!?
> Thanks.
usually I would debug it with the VC debugger by setting a breakpoint on the plugin source doing a debug build and setting the calling program to idag.exe in VC and then loading the plugin when Ida starts should break into debugger
> usually I would debug it with the VC debugger by setting a breakpoint on the plugin source doing a debug build and setting the calling program to idag.exe in VC and then loading the plugin when Ida starts should break into debugger
can you show me how I setting the calling program to idag.exe !!
Loading or attaching to idag.exe in OllyDbg works too (this is how I used to do it). Load the plugin, locate the module in Olly's loaded modules window, set your breakpoints and you're off. (This will prove rather difficult if you have PLUGIN_UNL set in the PLUGIN structure's flags component).
Note: Registration is required to post to the forums.