VBcoders Browse New Submit Contact Sign In

No account? Register free

Forgot password?

ReadMemory function (Behind The Pointer)

Merlyn Rees  (1 Submission)   VB function enhancement   Intermediate   Wed 3rd February 2021

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. :)

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) (5(5 Vote))

Download ReadMemory function (Behind The Pointer)

ReadMemory function (Behind The Pointer) Comments

No comments yet — be the first to post one!

Post a Comment

0/1000 characters