VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



A Program Memory Hex Editor

by Ross (7 Submissions)
Category: Files/File Controls/Input/Output
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (2 Votes)

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

Download A Program Memory Hex Editor

Download A Program Memory Hex Editor (11 KB)

A Program Memory Hex Editor Comments

No comments have been posted about A Program Memory Hex Editor. Why not be the first to post a comment about A Program Memory Hex Editor.

Post your comment

Subject:
Message:
0/1000 characters