PDA

View Full Version : Dump debugged code in textfile


Devoney
February 19th, 2006, 05:37
Hi people,
While searching the internet I ran into this forum. I am really impressed by how easily all you guys code plugins for olly. Thats one thing I need to learn for sure

But that comes later

My question is, I was wondering if there is a plugin which dumps the code where olly runs over. Like if a call is made that it goes into the call and copys every line it runs over into a text file. So you actually have the code (in the nice order) which is used in the program before some event or breakpoint.

If this doesn't exist I really like to have some information about how to program some plugin or what the basics are.

I got to the idea of this plugin because I have a time trial program I want to reverse. It will give me a other screen when the time is over so I want to know the differences of the code now and then.

Great thanks already, I hope I made sence,

Devoney

kittmaster
February 19th, 2006, 12:41
Sounds like your looking for a dynamic code ripper. As far as I know this doesn't exist yet, however, there is a cope ripper plugin asm2clipboard that can correct highlighted code and be ripped from the app for say..........keyg.........

Chris

Lord_Looser
February 19th, 2006, 12:55
You can use 'run trace' und save it to a log file.

Devoney
February 19th, 2006, 17:00
yeah? gonna check that right away!

Edit:
I have tried to do copy the code where olly runs over but I do not understand is 100%. What do I have to set or do exactly?


Thanks for the replys already!

Can you maybe give some basic knowledge how to build plugins? I know how to program in vb, and a little in assembly (but not the visual parts in assembly :P thats kinda hard for me yet)

Grtz Devoney