Results 1 to 13 of 13
  1. #1
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33

    Hook Function for DIP?

    This is what I have so far

    Code:
    pDrawIndexedPrimitive = (oDrawIndexedPrimitive)	DetourFunction((PBYTE)vTable[??], (PBYTE)myDrawIndexedPrimitive);

  2. #2
    Crash's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    JAville
    Posts
    2,881
    Reputation
    163
    Thanks
    3,291
    My Mood
    Sleepy
    I don't know what you're trying to say...

  3. #3
    markoj's Avatar
    Join Date
    Jul 2010
    Gender
    male
    Location
    s
    Posts
    1,064
    Reputation
    60
    Thanks
    407
    My Mood
    Bored
    Replace
    Code:
    vTable[??]
    with
    Code:
    vTable[82]
    Dont ban me

  4. The Following User Says Thank You to markoj For This Useful Post:

    ipwnuuaal5 (08-05-2010)

  5. #4
    ipwnuuaal5's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    275
    Reputation
    16
    Thanks
    33
    Nvm found it.

  6. #5
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    I think HackShield detectes vtable hooks but Im not sure.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  7. #6
    whit's Avatar
    Join Date
    Jan 2010
    Gender
    male
    Posts
    7,159
    Reputation
    490
    Thanks
    2,253
    Quote Originally Posted by whatup777 View Post
    I think HackShield detectes vtable hooks but Im not sure.
    Oh thats why I be D/c

  8. #7
    J's Avatar
    Join Date
    Jun 2010
    Gender
    male
    Location
    East Coast
    Posts
    2,164
    Reputation
    452
    Thanks
    5,898
    My Mood
    In Love
    Use a bypass. And your straight. /yea
    Keep me motivated for my hack development!

  9. #8
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    You will need a SSS too...

  10. #9
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    Quote Originally Posted by Mr.Magicman View Post
    You will need a SSS too...
    You can get Strides in DIP.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  11. #10
    Mr.Magicman's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Sitting in my cave full of thoughts learning Asembly
    Posts
    2,102
    Reputation
    16
    Thanks
    649
    My Mood
    Cold
    Quote Originally Posted by whatup777 View Post
    You can get Strides in DIP.
    i like to use SSS

  12. #11
    whatup777's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    CA Source Code Section
    Posts
    4,025
    Reputation
    147
    Thanks
    351
    My Mood
    Dead
    I cant Hook any of them anyway. God dang Im so mad.
    Quotes I live by.


    A foolish person learns from his mistakes, I wise person learns from others.
    Quote Originally Posted by AVGN View Post



    mhm

    i live in texas

    i was at the grocery store with my son. He saw a mexican guy, and he said "Look daddy! a mower man!"

    he's 4 yrs old

  13. #12
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    Quote Originally Posted by whatup777 View Post
    I think HackShield detectes vtable hooks but Im not sure.
    That isn't a vtable hook, that's just using the table for addressing. A vtable hook would be changing the address of the function in the table to your own function ( editing the table itself, not just the function ).

  14. #13
    Zoom's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    Your going on my 24/7 DDoS hit list.
    Posts
    8,552
    Reputation
    127
    Thanks
    5,970
    My Mood
    Happy
    Quote Originally Posted by Blood View Post
    Use a bypass. And your straight. /yea
    Agreed.

    @Topic, solved.
    -Rest in peace leechers-

    Your PM box is 100% full.

Similar Threads

  1. [Source Code] ..Bots Function .. For Warrock ..
    By Gh0sts~l1f3 in forum WarRock Hack Source Code
    Replies: 8
    Last Post: 01-21-2011, 08:05 AM
  2. [request]how to hook d3d for any game?
    By wolfguardiann in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 12-18-2010, 09:13 AM
  3. [Tut] Some Functions for D3D
    By Offbeat Ninja in forum Combat Arms Hack Coding / Programming / Source Code
    Replies: 16
    Last Post: 12-29-2009, 11:59 AM
  4. hook code for WALLHACK
    By undergroundhack in forum C++/C Programming
    Replies: 9
    Last Post: 07-11-2009, 05:35 PM
  5. [Tut(C++)] Hooking Functions
    By radnomguywfq3 in forum Programming Tutorials
    Replies: 3
    Last Post: 05-25-2008, 05:54 AM