Go Back   UnKnoWnCheaTs - Multiplayer Game Hacking and Cheats

  • DDraw wrapper v3 DDraw wrapper v3
    sponsored advertisements
    Reply
     
    Thread Tools

    DDraw wrapper v3
    Old 10th September 2011, 10:17 AM   #1
    learn_more
    Retired Administrator

    learn_more's Avatar

    Join Date: Sep 2006
    Posts: 14,760
    Reputation: 162909
    Rep Power: 739
    learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!
    Recognitions Members who have contributed financial support towards UnKnoWnCheaTs. Donator (48)
    Award symbolizing a retired staff member who dedicated a notable amount of time and effort to their past staff position. Former Staff
    Awarded to members who have donated 10 times or more. Gratuity (4)
    Points: 255,107, Level: 59
    Points: 255,107, Level: 59 Points: 255,107, Level: 59 Points: 255,107, Level: 59
    Level up: 26%, 238,893 Points needed
    Level up: 26% Level up: 26% Level up: 26%
    Activity: 0%
    Activity: 0% Activity: 0% Activity: 0%
    Last Achievements DDraw wrapper v3DDraw wrapper v3DDraw wrapper v3DDraw wrapper v3DDraw wrapper v3
    Award-Showcase DDraw wrapper v3
    DDraw wrapper v3

    Code:
    DDraw wrapper v3 for the following interfaces:
    IDirectDraw, IDirectDraw2, IDirectDraw4, IDirectDraw7
    IDirectDrawSurface, IDirectDrawSurface2, IDirectDrawSurface3, IDirectDrawSurface4, IDirectDrawSurface7
    IDirectDrawPalette, IDirectDrawClipper, IDirectDrawColorControl, IDirectDrawGammaControl
    
    
    The project is unfinished, most functions dont log arguments, add what you need :)
    See config.h how to enable/disable logging for all functions,
     or only the wrapper (called) functions (this will still log some hooking information)
    
    Usage: 
    step 1: get lordpe (google)
    step 1a: compile in Release!
    step 2: copy the wrapper dll (wrapmodule.dll) to the game's executable directory
    step 3: load your target app in lordpe (PE editor)
    step 4: click on 'Directories', then '...' behind 'Import table'
    step 5: Right mouse button on dll list --> 'Add import'
    step 6: dll: 'wrapmodule.dll', api: 'load' --> click in '+'
    step 7: [ok] --> [x] --> [save] --> [save]
    
    
    Changes (v3):
    * Complete rewrite (95%), new way of hooking and tracing objects.
    * Static object trace, no 'trace' objects used --> no more crashes.
    * Don't log code executed while hooking
    
    
    Fixes (v2-fix):
    * Clipper select bug
    * Palette select bug
    * Reference count out of sync with real obj
    * Added minidump creation
    click here to download
    __________________
    learn_more is offline
    Reply With Quote

    Old 10th September 2011, 10:23 AM   #2
    ronald1991
    n00bie

    ronald1991's Avatar

    Join Date: May 2011
    Posts: 22
    Reputation: 10
    Rep Power: 317
    ronald1991 has made posts that are generally average in quality
    wow thx 4 share.Rep ++
    ronald1991 is offline
    Reply With Quote

    Old 10th September 2011, 10:43 AM   #3
    .Encore
    Supreme G0d

    .Encore's Avatar

    Join Date: Dec 2009
    Posts: 384
    Reputation: 2731
    Rep Power: 355
    .Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community.Encore is a legend in the cheating community
    Points: 11,609, Level: 13
    Points: 11,609, Level: 13 Points: 11,609, Level: 13 Points: 11,609, Level: 13
    Level up: 47%, 691 Points needed
    Level up: 47% Level up: 47% Level up: 47%
    Activity: 0%
    Activity: 0% Activity: 0% Activity: 0%
    Nice stuff, rep += 136;
    .Encore is offline
    Reply With Quote

    Old 3rd February 2014, 02:37 PM   #4
    demian92
    n00bie

    demian92's Avatar

    Join Date: Feb 2014
    Posts: 1
    Reputation: 10
    Rep Power: 250
    demian92 has made posts that are generally average in quality
    Great job but where is the download link??
    i need to try it
    thanks
    demian92 is offline
    Reply With Quote

    Old 3rd February 2014, 10:02 PM   #5
    learn_more
    Retired Administrator

    learn_more's Avatar

    Threadstarter
    Join Date: Sep 2006
    Posts: 14,760
    Reputation: 162909
    Rep Power: 739
    learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!learn_more has a huge epeen!
    Recognitions Members who have contributed financial support towards UnKnoWnCheaTs. Donator (48)
    Award symbolizing a retired staff member who dedicated a notable amount of time and effort to their past staff position. Former Staff
    Awarded to members who have donated 10 times or more. Gratuity (4)
    Points: 255,107, Level: 59
    Points: 255,107, Level: 59 Points: 255,107, Level: 59 Points: 255,107, Level: 59
    Level up: 26%, 238,893 Points needed
    Level up: 26% Level up: 26% Level up: 26%
    Activity: 0%
    Activity: 0% Activity: 0% Activity: 0%
    Last Achievements DDraw wrapper v3DDraw wrapper v3DDraw wrapper v3DDraw wrapper v3DDraw wrapper v3
    Award-Showcase DDraw wrapper v3
    Click it?
    __________________
    learn_more is offline
    Reply With Quote
    Reply


    Similar Threads
    Thread Thread Starter Forum Replies Last Post
    [Source] Get DDraw Lock( ); Offset Zooom D3D Tutorials and Source 14 3rd July 2011 09:45 PM
    [Coding] Midfunction on ddraw Lock & Unlock Zooom D3D Tutorials and Source 3 3rd July 2011 07:55 AM
    DDraw wrapper V2 learn_more Direct3D 23 27th May 2011 03:11 PM
    [Question] Wrapper Help Tatez Direct3D 4 3rd January 2011 06:29 AM
    wrapper DarkWolf16 Return To Castle Wolfenstein 1 28th May 2004 04:57 PM

    Tags
    ddraw, wrapper


    Forum Jump


    All times are GMT. The time now is 06:45 AM.

    Contact Us - Toggle Dark Theme
    Terms of Use Information Privacy Policy Information
    Copyright ©2000-2024, Unknowncheats™
    DDraw wrapper v3 DDraw wrapper v3
    sponsored advertisement
    no new posts