String Viewer

If you have a cool piece of software to share, but you are not hosting it officially yet, please dump it in here. If you have code snippets that are useful, please donate!
Post Reply
priyank_bolia
wxWorld Domination!
wxWorld Domination!
Posts: 1339
Joined: Wed Aug 03, 2005 8:10 am
Location: BANGALORE, INDIA
Contact:

String Viewer

Post by priyank_bolia »

As I have to use VC++ 5.0 in my office and its very hard to display strings in the debugger, I wrote this tool. Also the debugger will not show in UTF8 mode and for very long strings it very hard to copy them to a file.

DESCRIPTION:
Displays strings from other process memory, given the address of the string. You can type the address in hexadecimal or in decimal numbers. Can display the string in UTF8 and ANSI mode. Also you can wrap the text in the text control. You can also display in HEX code the memory location and its contents. Automatically displays all the available processes.

Complete code available at:
http://priyank.co.in

Image
Post Reply