Click here to Skip to main content
15,891,431 members
Articles / Programming Languages / C++

Performing a hex dump of another process's memory

Rate me:
Please Sign up or sign in to vote.
4.61/5 (27 votes)
6 Sep 20035 min read 231.9K   9.7K   85  
An article on examining process memory
//{{NO_DEPENDENCIES}}
// Microsoft Developer Studio generated include file.
// Used by MDUMP.rc
//
#define IDS_APP_TITLE                   1
#define IDC_MYICON                      2
#define IDI_ICOLARGE                    101
#define IDI_ICOSMALL                    102
#define IDD_ABOUTBOX                    103
#define IDM_APPWINDOW                   103
#define IDR_TCWINDOW                    105
#define IDM_HEXWINDOW                   106
#define IDC_CURBEYE                     130
#define ID_FILE_EXIT                    40001
#define IDM_CLOSE                       40002
#define ID_FIND                         40002
#define ID_HELP_ABOUT                   40003
#define ID_FILE_SELECT                  40004
#define ID_FINDNEXT                     40005
#define ID_UNICODEFIND                  40006

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        110
#define _APS_NEXT_COMMAND_VALUE         40007
#define _APS_NEXT_CONTROL_VALUE         1000
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article has no explicit license attached to it but may contain usage terms in the article text or the download files themselves. If in doubt please contact the author via the discussion board below.

A list of licenses authors might use can be found here


Written By
United States United States
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions