PDA

View Full Version : Two small plugins for OllyDbg...


Hero
March 30th, 2005, 02:27
Hi all
I wrote this too small plugins for olly for the first time,perhaps be usefull then
I send them to you.
1-BreakOnLoad:I try to simulate SI's bpload in olly.it is not perfect but it works!
2-Memorybackup:Is used for making a backup from memoryand saving it to a file.
Perhaps there is another ways for doing it but I didn't found and write this.

sincerely yours

g0dmoney
March 30th, 2005, 03:58
the dump tool is nice, just tested it out. havent finished unpacking this but im pretty sure it'll work just fine. Nice if ya want to just dump specific parts of memory and not the whole process. good job m8

g$

blabberer
March 30th, 2005, 06:38
nice plugins though both functionalities exist natively in ollydbg

for dumping you right click and select backup create backup
it will back up the whole page ( ie if you are in eip 401025 and the page starts from 401000 olly will save everything from 401000 to 401fff as
blah_00401000.mem

and in fact you can further load several backups thus produced by using load backups you can view backps instantly though i find no one using them
ever no tuts out there that use these functionalities

for bp load you can use options--> debug options--> events--> break on new modules
though with your plugin one can specify the exact module instead of breaking on every module that loads nice

Hero
March 30th, 2005, 08:18
Hi blabberer

Thanks for tell me.I see myself Backup in OllyDbg,But I can't use it well.But I can't find

that break on new modules,thanks for it.
Next time I will search more before writing my plugin!

sincerely yours