Log in

View Full Version : Scribble pad?


TheBlasphemer
May 8th, 2004, 05:07
Hi,

I recently had to use windbg because i needed it to download some PDB's for me.
I am totally in love with ollydbg, but while using windbg for this very short period, i did find a very usefull feature:
the scribble pad.
It's actually just a little box on the side of your screen where you can write little notes to yourself.
I was wondering, is this also in ollydbg or any plugin? and if so, where?

GRTZ TB

psyCK0
May 8th, 2004, 09:26
not a bad idea =) write a plugin!

TheBlasphemer
May 9th, 2004, 10:20
hehe, how :P?

psyCK0
May 9th, 2004, 13:23
Well...

1. Learn C/C++ if you dont know it already
2. Study the examples available on the OllyDbg official site
3. Write plugin =)

Idea - maybe the notes can be stored in text files in the same place as the UDDs and auto-loaded with teh target?