Thread: Pages Search

Results 1 to 3 of 3
  1. #1
    XxMoritz99xX's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0

    Pages Search

    ll but I hopages I want to find a pattern and then I will write on
    The function. So Here is my code but only To search in Pages. The findpattern function is in the Functions.h


    void Initiate()

    {

    *****

    ofstream log("virtual_query_log.log");

    *****

    ****MEMORY_BASIC_INFORMATION memInfo;

    ****ZeroMemory(&memInfo, sizeof(memInfo));

    ****for (DWORD queryAddress = 0; queryAddress < 0x80000000; queryAddress += memInfo.RegionSize)

    ****{

    ********if (!VirtualQuery(reinterpret_cast<LPCVOID>(queryAddr ess), &memInfo, sizeof(memInfo)))

    ********{

    *

    ************break;

    ************}

    ********else

    ********{

    ************log << hex << setw(8) <<setfill('0') << queryAddress << endl;
    ********}
    ********if (memInfo.Protect != 0x01)

    ********{

    ************DWORD Addy = FindPattern(memInfo.BaseAddress,memInfo.RegionSize , "\x89\x82\x50\x01\x00\x00\x8B\x4D\xF8\x8B\x01\x8B\ x80\xE0\x00\x00\x00\xFF\x50\x14\x89\x45\xF4", "xxxx??xxxxxxxx???xxxxxx");

    ************if (Addy != 00)
    ************{
    ****************MsgBoxAddy(Addy);
    *****************
    ****************break;

    ************}

    ********}
    *

    ****}

    *****

    }

    #pragma endregion


    Ok. When I inject my DLL in a programm no messagebox is showed. What that means?
    Addy is always 00 and my Pattern wont find.
    Why? I dont know and thats the reason why I ask you. I tried to log the pages with log as you can see:
    ofstream log("virtual_query_log.log");
    log << hex << setw(8) <<setfill('0') << queryAddress << endl;

    But the file hasnt a lots of content so I think there is something wrong. Maybe you see my mistake and you can help me?

    Thank you

  2. #2
    XxMoritz99xX's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    ok ignore this:
    ll but I hopages
    a little mistake.


    Do you know what the mistake is?
    Or is it too difficult? if you dont know what my question is because I am from Germany you can ask

  3. #3
    I'm not lazy, I just really enjoy doing nothing.
    Donator
    _PuRe.LucK*'s Avatar
    Join Date
    Apr 2013
    Gender
    male
    Location
    idk bruh.
    Posts
    521
    Reputation
    71
    Thanks
    5,650
    My Mood
    Bored
    Quote Originally Posted by XxMoritz99xX View Post
    ok ignore this:
    ll but I hopages
    a little mistake.


    Do you know what the mistake is?
    Or is it too difficult? if you dont know what my question is because I am from Germany you can ask
    Learn english then I can help you

Similar Threads

  1. a blank white page when i click search for clan :(
    By toxin_ga in forum Combat Arms Help
    Replies: 8
    Last Post: 10-12-2010, 08:51 PM
  2. [SEARCH] WarRock Spam Tool
    By stfustfu in forum WarRock - International Hacks
    Replies: 13
    Last Post: 01-16-2006, 11:18 AM
  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. Hi;Searching for hack
    By Silverman in forum General Game Hacking
    Replies: 0
    Last Post: 12-31-2005, 05:35 AM