B bunze Well-known member Joined Aug 4, 2005 Messages 52 Location Adirolf Programming Experience 1-3 Sep 20, 2005 #1 If I have the memory address of something In a program, how can I read it and write to it? For instance a string or integer?
If I have the memory address of something In a program, how can I read it and write to it? For instance a string or integer?
kulrom Well-known member Joined May 10, 2005 Messages 2,854 Location Republic of Macedonia Programming Experience 10+ Sep 20, 2005 #2 http://www.dotnetbips.com/FE7469F2-516B-4662-B7BD-E1E5D56DEE25.aspx?articleid=229 http://www.codeproject.com/vb/net/netcopymemorysample.asp#xx660679xx http://www.codeproject.com/vb/net/Marshal.asp Regards Upvote 0 Downvote
http://www.dotnetbips.com/FE7469F2-516B-4662-B7BD-E1E5D56DEE25.aspx?articleid=229 http://www.codeproject.com/vb/net/netcopymemorysample.asp#xx660679xx http://www.codeproject.com/vb/net/Marshal.asp Regards
B bunze Well-known member Joined Aug 4, 2005 Messages 52 Location Adirolf Programming Experience 1-3 Sep 20, 2005 #3 Sweet thanks, so very fast, I'll review these Thanks alot! Edit: I don't have time to read these tonight but here is a vb6 example of what I want to do: ReadProcessMemory pHandle, ByVal &H19AAEFB8, nme_x, 4, 0& 'x +0 Upvote 0 Downvote
Sweet thanks, so very fast, I'll review these Thanks alot! Edit: I don't have time to read these tonight but here is a vb6 example of what I want to do: ReadProcessMemory pHandle, ByVal &H19AAEFB8, nme_x, 4, 0& 'x +0