VBcoders Guest



Don't have an account yet? Register
 


Forgot Password?



ReadMemory function (Behind The Pointer)

by Merlyn Rees (1 Submission)
Category: VB function enhancement
Difficulty: Intermediate
Date Added: Wed 3rd February 2021
Rating: (4 Votes)

A discussion (article) and implementation (code module) of an easy-to-use, general-purpose-yet-fast raw memory reading function.

Inputs
What data you want to read, and into what type of variable ( = data length).
Assumes
Contains full 5-page article documenting function. If you don't want to read it, then just plug in the provided Module, use InitRM at the beginning of your code and you're ready to go. :)
Code Returns
Data.
Side Effects
Try to get someone else's RAM, you GPF. (If an API gives you a pointer, then that area becomes yours.)

Rate ReadMemory function (Behind The Pointer)

Download ReadMemory function (Behind The Pointer)

Download ReadMemory function (Behind The Pointer) (38 KB)

ReadMemory function (Behind The Pointer) Comments

No comments have been posted about ReadMemory function (Behind The Pointer). Why not be the first to post a comment about ReadMemory function (Behind The Pointer).

Post your comment

Subject:
Message:
0/1000 characters