• Welcome to Valhalla Legends Archive.
 

Memmory Editing Help

Started by kanazky, May 09, 2004, 07:18 PM

Previous topic - Next topic

kanazky

I was woundering if someone could help me use the ReadProcessMemory() function and make it so it only returns results with a certain value.
eg.
if command1 = True then
ReadProcessMemory()
nsize = 1
Value = "FrmMain.Text1.text"
End If

Of couse id have the Hprocess and stuff all writen in so it would know what process to read from. But could someone help me. Like a small example script of some sort or somthing.

Mephisto

Quote from: kanazky on May 09, 2004, 10:08 PM
lol i didnt ask for help on my spelling -.-

You also stated a question which would be better placed in the VB forums.

But on another note, since I do not know VB, I cannot assist you, otherwise I would.

You may find this useful, however...http://msdn.microsoft.com/library/default.asp?url=/library/en-us/debug/base/readprocessmemory.asp

Eli_1

eww @ posting this twice.

iago

Quote from: Eli_1 on May 10, 2004, 02:05 PM
eww @ posting this twice.

4 more recents posts are the same person.  Sounds like spam to me!
This'll make an interesting test for broken AV:
QuoteX5O!P%@AP[4\PZX54(P^)7CC)7}$EICAR-STANDARD-ANTIVIRUS-TEST-FILE!$H+H*


kanazky

This one was moved into this folder from Advanced Programming

Dyndrilliac

http://www.gamehacking.com/tutorials/prgvb2.php.

Tutorial on programming trainers in VB using Read/Write Process Memory.
Quote from: Edsger W. DijkstraIt is practically impossible to teach good programming to students that have had a prior exposure to BASIC; as potential programmers they are mentally mutilated beyond hope of regeneration.

TheMinistered

I posted a really nice sample of a memory patcher written in vb that is completely OOP.  It can be found at www.gamethreat.com in the downloads section...