BeatriX
February 16th, 2006, 05:04
Hi,
I wrote this small plugin for Olly 1.10 just to see if it is easy to code it in ASM.It is just for educational purpose.
I have coded NotePad Topmost with masm32. It allows us to run NotePad with topmost property. So you can use it during an analyse with Olly (to note what you want) , NotePad stay on top. I added an option to control the opacity of the window too.
With the source code, you can see how to send logs to the Log data window of ollyDbg without using the Olly internal functions. (Addtolist for example).
You can see also how to send logs to Notepad using the Clipboard. (with the Copy2Clipboard procedure)
Sources + plugin :
http://reverseengineering.online.fr/spip/IMG/zip/NotePadEng.zip
("http://reverseengineering.online.fr/spip/IMG/zip/NotePadEng.zip
")
for french lovers :
http://reverseengineering.online.fr/spip/article.php3?id_article=58
("http://reverseengineering.online.fr/spip/article.php3?id_article=58
")
BeatriX (FRET)
I wrote this small plugin for Olly 1.10 just to see if it is easy to code it in ASM.It is just for educational purpose.
I have coded NotePad Topmost with masm32. It allows us to run NotePad with topmost property. So you can use it during an analyse with Olly (to note what you want) , NotePad stay on top. I added an option to control the opacity of the window too.
With the source code, you can see how to send logs to the Log data window of ollyDbg without using the Olly internal functions. (Addtolist for example).
You can see also how to send logs to Notepad using the Clipboard. (with the Copy2Clipboard procedure)
Sources + plugin :
http://reverseengineering.online.fr/spip/IMG/zip/NotePadEng.zip
("http://reverseengineering.online.fr/spip/IMG/zip/NotePadEng.zip
")
for french lovers :
http://reverseengineering.online.fr/spip/article.php3?id_article=58
("http://reverseengineering.online.fr/spip/article.php3?id_article=58
")
BeatriX (FRET)