Posted October 27, 200915 yr Hi:I want to write an Ollydbg plugin and already downloaded plugin development kit 1.10, but I don't know how to start developing. Could anyone give me some reference or a simple sample, such like "hello world", that could help me to start it?Thank you very much.Fan
October 28, 200915 yr There is a C sample in the kit, if you got the kit from the OllyDbg site. There is also sample code in the SDK manual too.
November 19, 200915 yr Hi:I want to write an Ollydbg plugin and already downloaded plugin development kit 1.10, but I don't know how to start developing. Could anyone give me some reference or a simple sample, such like "hello world", that could help me to start it?Thank you very much.Fanfirst you need to have Delphi or M Visual Basic ,Masm or other 1 you need to know programming the basic2 study very well OllyDbg Plugin API v1.10 Help3 pay attention to list of all functions API4 then use the Debug method on Delphi or M Visual Basic ,Masm or other5 the Debug mode will guide you for the right way
November 21, 200915 yr I don't have a good example implemented on ollydbg And to be honest I was searching in my folder of plugins andI did not fund a single one plugin coded on M Visual Basic 5/6but there are good examples on planet-source-codeand those are phenomenal Ideas and can be implemented on ollydbg There is one example in Olly Plugin Development Kit of M Visual Basic 5/6
Create an account or sign in to comment