how to read from memory with offsets or Value: Kernel32.dll

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • tomer434
    New Member
    • Apr 2008
    • 6

    how to read from memory with offsets or Value: Kernel32.dll

    i can do it in vb6?
    i want to read memory from "test"

    i know its somthink like that:
    Code:
    hProcess = GetProcessByName("calc")
    i want to read this
    Code:
    0xCF10F8
    or value adress
    Code:
    05A4E880
    and put him in Label1
    i know its with Kernel32.dll
    somone can give me the code with good guide or good tutr
    or without anythink i will try understand it

    pliz help me i try it alot of time! i just want to read without wirte or somthink like that


    ty alot tomer434
    (its for my project =) )
  • Dököll
    Recognized Expert Top Contributor
    • Nov 2006
    • 2379

    #2
    Originally posted by tomer434
    i can do it in vb6?
    i want to read memory from "test"

    i know its somthink like that:
    Code:
    hProcess = GetProcessByName("calc")
    i want to read this
    Code:
    0xCF10F8
    or value adress
    Code:
    05A4E880
    and put him in Label1
    i know its with Kernel32.dll
    somone can give me the code with good guide or good tutr
    or without anythink i will try understand it

    pliz help me i try it alot of time! i just want to read without wirte or somthink like that


    ty alot tomer434
    (its for my project =) )
    Hey there good buddy!

    I am not quite sure what you are asking. I did however modify your title and added Kernel32.dll to it, hope it holds without problems up there and provide you some hits.

    Please stay tuned to see if someone knows how to muscle through this one for ya.

    Sorry I don't have anything for you, have you tried Google?

    Comment

    Working...