VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

A Program Memory Hex Editor

Ross  (7 Submissions)   Files/File Controls/Input/Output   Intermediate   Wed 3rd February 2021

View whats happening in a programs memory in hex or alpha format. Just like a standard hex editor only it allows you to view the programs memory rather than the program itself. Has the option to edit values in the programs memory. Also includes a search facility to find hex, string or numeric values in the memory. Still a work in progress so code is a bit messy but it seems to function with no problems.

API Declarations
Declare Function ReadProcessMemory Lib "kernel32" (ByVal hProcess As Long, ByVal lpBaseAddress As Any, ByVal lpBuffer As Any, ByVal nSize As Long, lpNumberOfBytesWritten As Long) As Long
Declare Function CloseHandle Lib "kernel32" (ByVal hObject As Long) As Long

Rate A Program Memory Hex Editor (3(3 Vote))

Download A Program Memory Hex Editor

A Program Memory Hex Editor Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters