Thread: Byte search C++

Results 1 to 10 of 10

Hybrid View

  1. #1
    Matrix_NEO006's Avatar
    Join Date
    Feb 2008
    Gender
    male
    Posts
    240
    Reputation
    12
    Thanks
    33
    My Mood
    Lonely
    Do u mean this ??


    Code:
    BYTE Array1[] = { 0xc7, 0x86, 0x00, 0x01 }
    DWORD Address = 0x123456;
    
    WriteProcessMemory(phandle, (LPVOID) Address1,(LPVOID) &Array1, sizeof(Array1), 0);

  2. #2
    scriptkiddy's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    Canada
    Posts
    67
    Reputation
    12
    Thanks
    63
    Quote Originally Posted by Matrix_NEO006 View Post
    Do u mean this ??


    Code:
    BYTE Array1[] = { 0xc7, 0x86, 0x00, 0x01 }
    DWORD Address = 0x123456;
    
    WriteProcessMemory(phandle, (LPVOID) Address1,(LPVOID) &Array1, sizeof(Array1), 0);
    nope, injected memory scan, but I already figured out how to make it using his idea.

  3. #3
    why06's Avatar
    Join Date
    Jul 2009
    Gender
    male
    Location
    IBM
    Posts
    4,304
    Reputation
    170
    Thanks
    2,204
    My Mood
    Flirty
    Quote Originally Posted by scriptkiddy View Post
    nope, injected memory scan, but I already figured out how to make it using his idea.
    Hmmm... that's what I thought you meant too. What's an injected memory scan?

    "Every gun that is made, every warship launched, every rocket fired signifies, in the final sense, a theft from those who hunger and are not fed, those who are cold and are not clothed. This world in arms is not spending money alone. It is spending the sweat of its laborers, the genius of its scientists, the hopes of its children. The cost of one modern heavy bomber is this: a modern brick school in more than 30 cities. It is two electric power plants, each serving a town of 60,000 population. It is two fine, fully equipped hospitals. It is some fifty miles of concrete pavement. We pay for a single fighter plane with a half million bushels of wheat. We pay for a single destroyer with new homes that could have housed more than 8,000 people. This is, I repeat, the best way of life to be found on the road the world has been taking. This is not a way of life at all, in any true sense. Under the cloud of threatening war, it is humanity hanging from a cross of iron."
    - Dwight D. Eisenhower

Similar Threads

  1. [Help]Searching for Bytes
    By Cryptonic in forum Combat Arms Coding Help & Discussion
    Replies: 8
    Last Post: 04-21-2011, 08:35 PM
  2. [Request] Help in searching Bytes
    By D3t0N4t3 in forum WarRock Hack Source Code
    Replies: 3
    Last Post: 04-02-2011, 05:52 PM
  3. Beginner Guide to using T-Search
    By arunforce in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-02-2006, 08:13 PM
  4. Differences in Bytes.
    By Dave84311 in forum Game Hacking Tutorials
    Replies: 0
    Last Post: 01-02-2006, 12:36 PM
  5. Hi;Searching for hack
    By Silverman in forum General Game Hacking
    Replies: 0
    Last Post: 12-31-2005, 05:35 AM

Tags for this Thread