Need help hooking and injecting... menu

Shout-Out

User Tag List

Results 1 to 6 of 6
  1. #1
    larcerkev's Avatar Member
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    61
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Need help hooking and injecting...

    I have never once injected into the memory of a program and let alone never hooked a function. I'm currently stumped and have no clue where I should start...

    Is there anyone out there that would be willing to assist me and possibly provide me an example of working source to hook the send/recv functions in ws2_32.dll?

    Edit: Oh yeah, I'll throw some money your way if I can achieve what I want.
    Last edited by larcerkev; 01-18-2014 at 04:04 AM.

    Need help hooking and injecting...
  2. #2
    Suteki's Avatar Private
    Reputation
    1
    Join Date
    Jan 2014
    Posts
    1
    Thanks G/R
    0/0
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by larcerkev View Post
    I have never once injected into the memory of a program and let alone never hooked a function. I'm currently stumped and have no clue where I should start...

    Is there anyone out there that would be willing to assist me and possibly provide me an example of working source to hook the send/recv functions in ws2_32.dll?

    Edit: Oh yeah, I'll throw some money your way if I can achieve what I want.
    With which programing language are you trying to do this with? I can help with MASM32

  3. #3
    larcerkev's Avatar Member
    Reputation
    5
    Join Date
    Jan 2012
    Posts
    61
    Thanks G/R
    1/1
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Originally Posted by Suteki View Post
    With which programing language are you trying to do this with? I can help with MASM32
    Prefer to stay in C++, I made something but I can't achieve what I want, now I kind of want to hook functions within a game or within certain C# .dll's, but I feel as though this is a hopeless idea.

  4. #4
    Selvyre's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2013
    Posts
    104
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Take a look at blackmagic.dll (or the greymagic.dll apoc did here on the forums - post about it should be in wow mem edit section i think) its a c# library used to memory reading. It has super easy process hooking and it parses binary into float, string and int pretty easily. Hooking is easy and reading memory is also really easy just finding addresses and keeping up with offset patterns patch to patch is the hard part
    Skype: Argixx
    Coding Experience: Java: 8 years, c++: 4 years, python: lolk, c#: might as well be java, AutoIt: 1 year

  5. #5
    Selvyre's Avatar Active Member
    Reputation
    30
    Join Date
    Jul 2013
    Posts
    104
    Thanks G/R
    0/1
    Trade Feedback
    1 (100%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    Just an example code to get you started with blackmagic here you go
    Code:
    using Magic;
    
    //some sort of init method
        BlackMagic wow = new BlackMagic():
        if(wow.OpenProcessAndThread(SProcess.GetProcessFromProcessName("Wow"))) {
            listBox1.Items.Add("[BOT]: Hooked To WoW.exe");
            string playername = wow.ReadASCIIString(0x00c923f8, 12); //reads player name
        } else {
            listBox1.Items.Add("[BOT]: Failed To Hook WoW.exe");
        }
    Skype: Argixx
    Coding Experience: Java: 8 years, c++: 4 years, python: lolk, c#: might as well be java, AutoIt: 1 year

  6. #6
    karnkore's Avatar Member
    Reputation
    7
    Join Date
    Sep 2012
    Posts
    130
    Thanks G/R
    1/3
    Trade Feedback
    0 (0%)
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)
    I can help you do this in C++ very easily (best way) for a small donation pm me.

Similar Threads

  1. Need help with Model Injecting
    By drsmoothness in forum WoW ME Questions and Requests
    Replies: 5
    Last Post: 05-05-2010, 08:27 AM
  2. Need Help....Hooking Signals
    By shindaustin in forum World of Warcraft Emulator Servers
    Replies: 19
    Last Post: 09-03-2007, 04:44 PM
  3. Need help badly and fast!
    By wowhacker101 in forum World of Warcraft General
    Replies: 3
    Last Post: 01-26-2007, 08:07 PM
  4. Big ass problem and needing help.
    By kalish in forum WoW ME Questions and Requests
    Replies: 3
    Last Post: 12-14-2006, 08:32 PM
  5. account hacked and need help
    By corn674 in forum Community Chat
    Replies: 8
    Last Post: 12-11-2006, 07:06 PM
All times are GMT -5. The time now is 12:06 AM. Powered by vBulletin® Version 4.2.3
Copyright © 2025 vBulletin Solutions, Inc. All rights reserved. User Alert System provided by Advanced User Tagging (Pro) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Google Authenticator verification provided by Two-Factor Authentication (Free) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
Digital Point modules: Sphinx-based search