Results 1 to 11 of 11
  1. #1
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical

    [Help]Freezing Memory Adresses [solved]

    i want to freeze memory adresses like on Cheat Engine

    exp :

    i want to freeze 039E9862 adress when it's value = 1

    waiting for help

    PS: my english is bad mayb i couldnt tell my problem well

    CANNIBAL CORPSE P0WNS


  2. #2
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Use a timer.



  3. #3
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Common sense.. use it =D =D

  4. #4
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical
    i mean can u gimme an example code for Write memory

    CANNIBAL CORPSE P0WNS


  5. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Standard writemem, just loop it continuously to set the addresses value.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #6
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    WriteProcessMemory Function (Windows)

    ReadProcessMemory Function (Windows)

    OpenProcess Function (Windows) (or .NET libs)
    Process32First Function (Windows) (or .NET libs)
    Process32Next Function (Windows) (or .NET libs)

    MSDN is there for a reason, microsoft created it to help developers.. So give it a use.

  7. #7
    freedompeace's Avatar
    Join Date
    Jul 2010
    Gender
    female
    Posts
    3,033
    Reputation
    340
    Thanks
    2,792
    My Mood
    Sad
    pseudocode:
    Code:
    while true
        0x039E9862 = 1;

  8. #8
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical
    Quote Originally Posted by freedompeace View Post
    pseudocode:
    Code:
    while true
        0x039E9862 = 1;
    ? can u explain a little bit more ?

    CANNIBAL CORPSE P0WNS


  9. #9
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Quote Originally Posted by aLcohoL_95 View Post


    ? can u explain a little bit more ?
    Dude... grrr you were the one making an anti-virus and you dont' even know what pseudo code is? It's the logic that matters there. Forget the "code"...

    Do an Infinite loop, write to memory. As simple as that. If you want to get spoonfeeded,

  10. The Following 4 Users Say Thank You to 'Bruno For This Useful Post:

    Blubb1337 (03-18-2011),Hassan (03-19-2011),Jason (03-18-2011),[MPGH]master131 (03-18-2011)

  11. #10
    aLcohoL_95's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Location
    SatyRicon
    Posts
    685
    Reputation
    8
    Thanks
    291
    My Mood
    Cynical
    Quote Originally Posted by Brinuz View Post
    Dude... grrr you were the one making an anti-virus and you dont' even know what pseudo code is? It's the logic that matters there. Forget the "code"...

    Do an Infinite loop, write to memory. As simple as that. If you want to get spoonfeeded,
    sorry my mistake and problem solved please close the topic

    CANNIBAL CORPSE P0WNS


  12. #11
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Thread marked solved!

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)