Thread: Mid functions

Results 1 to 5 of 5
  1. #1
    AeroMan's Avatar
    Join Date
    Dec 2008
    Gender
    male
    Location
    Hell
    Posts
    3,294
    Reputation
    189
    Thanks
    3,049
    My Mood
    Busy

    Post Mid functions

    Reset
    url: https://msdn.microsof*****m/en-us/libr...=vs.85%29.aspx
    Code:
    ___:006BC363                 mov     eax, [esi+2B930h]
    ___:006BC369                 mov     ecx, [eax]
    ___:006BC36B                 lea     edx, [esp+10h]
    ___:006BC36F                 push    edx
    ___:006BC370                 push    0
    ___:006BC372                 push    0
    ___:006BC374                 push    0
    ___:006BC376                 push    eax
    ___:006BC377                 mov     eax, [ecx+48h]
    ___:006BC37A                 call    eax
    Present
    irm= https://msdn.microsof*****m/en-us/libr...(v=vs.85).aspx
    Code:
    ___:006BCF0F
    ___:006BCF0F loc_6BCF0F:                             ; CODE XREF: sub_6BCAD0+392j
    ___:006BCF0F                                         ; sub_6BCAD0+3A7j ...
    ___:006BCF0F                 mov     edi, [edi+2B930h] ; DevicePointer + DeviceOffset
    ___:006BCF15                 mov     eax, [edi]      ; pDevice?
    ___:006BCF17                 mov     ecx, [eax+44h]  ; vTable
    ___:006BCF1A                 push    0               ; pSourceRect
    ___:006BCF1C                 push    0               ; pDestRect
    ___:006BCF1E                 push    0               ; hDestWindowOverride
    ___:006BCF20                 push    0               ; pDirtyRegion
    ___:006BCF22                 push    edi             ; push Ptr+Ofs?
    ___:006BCF23                 call    ecx             ; Call Present

    BeginScene
    url: https://msdn.microsof*****m/en-us/libr...(v=vs.85).aspx
    Code:
    ___:006B8850 sub_6B8850      proc near               ; CODE XREF: sub_436738+35p
    ___:006B8850                 mov     eax, [eax+2B930h] ; DevicePointer + Offset
    ___:006B8856                 mov     ecx, [eax]      ; pDevice?
    ___:006B8858                 mov     edx, [ecx+0A4h] ; vTable
    ___:006B885E                 push    eax             ; Push Ptr+Ofs?
    ___:006B885F                 call    edx             ; Call BeginScene
    ___:006B8861                 retn                    ; Return
    ___:006B8861 sub_6B8850      endp
    EndScene
    url: https://msdn.microsof*****m/en-us/libr...(v=vs.85).aspx
    Code:
    ___:006B8A90 EndScene        proc near               ; CODE XREF: sub_436738+3E4p
    ___:006B8A90                 mov     eax, [eax+2B930h] ; DevicePointer + DeviceOffset
    ___:006B8A96                 mov     ecx, [eax]      ; pDevice?
    ___:006B8A98                 mov     edx, [ecx+0A8h] ; vTable
    ___:006B8A9E                 push    eax             ; Push Ptr+Ofs
    ___:006B8A9F                 call    edx             ; Call EndScene
    ___:006B8AA1                 retn                    ; Return
    ___:006B8AA1 EndScene        endp
    I know there are going to come alot of questions on what to do with this?
    My reply: Study assembly and c++.
    Do not start private messaging me asking for a fix to get stuff undetected, working.
    Put in some work.
    Those functions can be used to hook using mid functions, see my tutorial!

  2. The Following 4 Users Say Thank You to AeroMan For This Useful Post:

    firefox800 (01-06-2015),Jhem (11-24-2014),pusongbato (11-24-2014),WhiteHat PH (11-24-2014)

  3. #2
    WhiteHat PH's Avatar
    Join Date
    Aug 2012
    Gender
    male
    Location
    Some Where I Belong
    Posts
    1,350
    Reputation
    25
    Thanks
    3,100
    My Mood
    Aggressive
    BeginScene & EndScene Very nice tutorial Thank's Bro!


  4. #3
    I love myself
    나도 너를 사랑해

    Former Staff
    Premium Member
    Jhem's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Location
    167,646,447
    Posts
    5,150
    Reputation
    1220
    Thanks
    7,393
    My Mood
    Stressed
    Really nice.

  5. #4
    pusongbato's Avatar
    Join Date
    Aug 2013
    Gender
    male
    Location
    at Perez Residence
    Posts
    585
    Reputation
    10
    Thanks
    2,128
    very nice share

  6. #5
    das11501's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    how to find array of byte ?

Similar Threads

  1. [C/C++ Tutorial] Mid Function Hook
    By MarkHC in forum Programming Tutorials
    Replies: 5
    Last Post: 08-09-2015, 03:06 PM
  2. [Release] Menu Selection v4 Mid Function
    By luizimloko in forum Combat Arms BR Hack Coding/Source Code
    Replies: 65
    Last Post: 08-23-2012, 01:44 PM
  3. [Discussion] Mid Function
    By DiogoMAT in forum Piercing Blow Hack Coding/Source Code
    Replies: 4
    Last Post: 05-30-2012, 01:28 PM
  4. [Source Code] DIP / Present / SetTransform Mid Functions
    By DirecTX_ in forum WarRock Hack Source Code
    Replies: 2
    Last Post: 11-23-2011, 02:07 PM
  5. [Help] Mid function hook
    By giniyat202 in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 17
    Last Post: 08-07-2011, 04:33 AM