PDA

View Full Version : Plugin Skeleton


lownoise
March 21st, 2003, 02:40
Hi,

Does someone have a basic plugin skeleton for vc++?

TBD
March 21st, 2003, 06:05
PDK 1.08 ("http://home.t-online.de/home/Ollydbg/plug108.zip") has support for VC 5.0

lownoise
March 21st, 2003, 06:30
Tbd,

I know that the PDK 1.08 support has for vc 5.0 but that wasn't what i meant.
In the PDK you've the cmdline and bookmark sources, but do we have a kind of template you can use or do i've got to strip down the cmdline or bookmark sources?

Lownoise

TBD
March 24th, 2003, 03:17
lownoise: stripdown and fill with your plugin code.
on what plugin do you plan to work ?

lownoise
March 24th, 2003, 09:28
TBD,

Want to make plugin, thats patched debug detection for api isdebuggerpresent and PEB

itsme
March 24th, 2003, 16:38
To do something like that, isn't it easier to patch each prog individually, and then use the patch manager to keep it there? You only really need to patch a few bytes (2 lines of asm code).

lownoise
March 25th, 2003, 03:42
Yep you're right but want to learn some coding, i know where and how to patch the code. I think it will be a plugin for myself, thanks for tip to use patch manager.