View Full Version : Hehe,My first plugin Launcer.dll
Teerayoot
May 8th, 2004, 17:12
Sorry for too fast release my plugin,it still alpha testing
Some bug may have,and something may not implement yet,but it may helpfull sometime.
I coding for learning c++ programming .
www.prdhosting.com/teerayoot/Download/Launcer.zip
("http://www.prdhosting.com/teerayoot/Download/Launcer.zip
")
Version 0.2 will be avial tonight
*with Make alway launced program work alway all top.
*more options.
Any bugs please report here ,thank you.
Teerayoot.
Teerayoot
May 8th, 2004, 17:53
In Options DlgBox ,Right click to remove selected item.
Teerayoot
May 8th, 2004, 18:02
*0.11,minor bug fixed
*Browse/Add
http://www.prdhosting.com/teerayoot/Download/Launcer.zip ("http://www.prdhosting.com/teerayoot/Download/Launcer.zip")
Teerayoot
May 9th, 2004, 11:06
Help me!
I want to put new program name into Launced menu when Browse/Add was clicked.
You see ,when u click Browse/Add , it need to close OllyDbg and Open it again to call
ODBG_Pluginmenu(int origin,char data[4096],void *item) {code here} for update new submenu.
How to put new program name into Launced menu when Browse/Add was clicked no want to reOpen Ollydbg.
focht
May 9th, 2004, 11:27
Hello,
there is no intro (readme.txt) nor source associated with the .zip archive. Dll only ... well.
Could you please describe what purpose your plugin serve?
Thanks.
For the "menu item" thing ... well ollydbg doesnt support dynamic rebuild of menu items (it would have to call each plugins menu export in a row to calc layout, resulting in performance loss each time a submenu is displayed).
Ollydbg reads the menu destriptors only once at start (ODBG_Pluginmenu) and builds the menu resource according.
There are some ways (hooking ollydbg window proc, search menu item resources and replace it) but that are dirty hacks and wont work reliably (without ollydbg's interaction)...
Regards,
A. Focht
Teerayoot
May 9th, 2004, 11:50
Thank you for your reply,Focht.
My purpose of this plugin is to Help me to launce program no need to browse in explorer nor click on start menu,Just click in Plugin submenu(it more closer to reach).
Here my plugin BCB 6.0 source .
http://www.prdhosting.com/teerayoot/Download/Launcer0.11src.zip ("http://www.prdhosting.com/teerayoot/Download/Launcer0.11src.zip")
Teerayoot
May 15th, 2004, 08:16
//Readme.txt
Launcher 0.12 Ollydbg plugin (Written by Teerayoot).
Installagion...
Extract Launcher.dll to Ollydbg plugin folder.
Usage...
Launcher is a plugin help you to launch any tool with ease just click at plugin menu.
For first time need to Config and add tools you want to appear in plugin menu after that
restart ollydbg to take effect update plugin menu.
Know issue...
Config dialog not use ollydbg as parent window so that when you switch to another app you can't switch to
Config dialog again ,if someone can help me solve this ,please mail me to Teerayoot@bugsgroup.com.
Any comment ,bugs mail to Teerayoot@bugsgroup.com || Admin@Hacker2k2.com
//EOF
Download 0.12
www.prdhosting.com/teerayoot/Download/Launcher0.12.rar ("http://www.prdhosting.com/teerayoot/Download/Launcher0.12.rar")
Powered by vBulletin® Version 4.2.2 Copyright © 2019 vBulletin Solutions, Inc. All rights reserved.