PDA

View Full Version : LoadSome - new plugin


n1kto
August 10th, 2006, 14:50
This plugin has one target: load other plugins by groups.
Today, number of olly plugin is much more than an ollydbg
loading capabilities.

How to install

1. Create directory at ollydbg path.
2. Copy files
3. setup debugger: OllyDbg -> Appearance -> Directories -> Plugin path
to this directory
4. Configure LoadSome

How it works

Easiest way to sort plugins - put them to many directories
in olly path, by functional groups (e.g. analize plugins to
one directory, breakpoint plugins to another, dump plugins to
the third, unpack to the fourth and so on).

This plugin can be configured for some catalogs, from where
debugger will load plugins. Our task to sort plugins and
configure loader.

Configuring is able from OllyDbg -> Plugins -> LoadSome Plugin -> Config plugin paths
Here you can see list of plugin's directories, from where debugger will load
plugins at next start. By buttons "Add path" and "Remove path" you can edit list.

As you can see, it is very, very simple

This is very early beta, but it works on mine system. Try, it if you want
Plugin written by Delphi7, using KOL/MCK library. Sources included.

Wbr, n1kto

http://www10.rapidupload.com/d.php?file=dl&filepath=22870

ps. sorry for mine english

Kayaker
August 11th, 2006, 22:12
Hi

Thanks for the contribution, but it doesn't work for me on Win2K. From the looks of it, the dll you included was compiled *before* the source code you included. i.e. it's an earlier version by 1-2 hours.

The problems: the Button3.OnClick event doesn't occur, the loadsome.ini file is never produced, and the dialog box never closes.

From the source code, the Caption on Button3 should be "Close", but in the compiled dll the caption is still "Button3". Not that the caption matters, but the OnClick event for that button still doesn't occur. I have set Softice breakpoints in various parts of the code and I am certain the proper code is not being called.

Maybe you can recompile the proper version and we'll see if it works then.

Kayaker

blabberer
August 12th, 2006, 01:42
if you want to load extra plugins over and above the 32 bit limit

you can also try this plugin by anonymouse (modified version of default
command line plugin)

https://www.openrce.org/downloads/details/206/Modified%20CmdLine%20Plug-in

hit alt+f1
type loadplugin "path to your plugin"

it also has a few more additions like loading a dll in debugee
some extra printing options etc

n1kto
August 13th, 2006, 10:40
Oh! really so, sorry
recompiled archive: http://rapidshare.de/files/29252379/loadsome2.zip.html