tianna0370 Posted October 27, 2009 Posted October 27, 2009 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
What Posted October 28, 2009 Posted October 28, 2009 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.
tianna0370 Posted November 4, 2009 Author Posted November 4, 2009 Thank you for your reply, I will try it from the sample
delldell Posted November 19, 2009 Posted November 19, 2009 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
ahmadmansoor Posted November 20, 2009 Posted November 20, 2009 M Visual Basic ??!! Have u a good example for this ?
delldell Posted November 21, 2009 Posted November 21, 2009 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now