Hello,
I've been programming my own Program,
but im now busy with the hardest stuff,
and i'm writing in VB.NET 2005
who can help me with a simple Example to read a memory adress
and this convert to an TEXT label?
the basic is:
but i dont understand how i can make it work.
an adress i want to read is for example: &H5120CC
and i want this to put in an TEXT label named: label1
who has an example or can help me?
Greets,
DyNy 28
I've been programming my own Program,
but im now busy with the hardest stuff,
and i'm writing in VB.NET 2005
who can help me with a simple Example to read a memory adress
and this convert to an TEXT label?
the basic is:
Code:
Declare Function ReadProcessMemory Lib "kernel32" (ByVal hProcess As Integer, ByRef lpBaseAddress As Object, ByRef lpBuffer As Object, ByVal nSize As Integer, ByRef lpNumberOfBytesWritten As Integer) As Integer
an adress i want to read is for example: &H5120CC
and i want this to put in an TEXT label named: label1
who has an example or can help me?
Greets,
DyNy 28