PDA

View Full Version : Viewing a complete ASCII text string in OllyDbg


madiyaan
October 7th, 2009, 19:39
Hello,

I have a very long text string (200 KB or so long) in memory of a process that I am debugging through OllyDbg.

I can't seem to find an option that copies the entire string (with \n's, etc. until the NULL terminator) to the clipboard.

Is there such an option in OllyDbg or a plug-in that someone has written?

Regards,

Kayaker
October 7th, 2009, 20:07
Take a browse through
http://www.woodmann.com/collaborative/tools/Category:OllyDbg_Extensions

Asm2Clipboard, Data Ripper, ExtraCopy, MemoryDump. It looks like one of those plugins might work.