Page 1 of 3 123 LastLast
Results 1 to 15 of 33
  1. #1
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow

    MPGH's .NET SDK.

    Alright guys, this will be the thread for all things related to the SDK release.

    I've changed my mind on the "Open Source" side of things, due to the nature of this domain. The project will still be open source, but only to people who I approve. I don't want random people coming along, stealing the source and releasing it as their own project.

    To join the SDK Development team, you'll need to apply for a position and I'll need to approve you and give you the latest Source Files, after you've been accepted into the SDK team you'll receive updated source files every time there is a major change.

    The latest DLL of the public SDK will always be present at the bottom of this thread.

    UPDATED FRIDAY 9th SEPTEMBER 2011
    CURRENT VERSION: BETA v1.0.0.0
    I've been working on this for the last 2-3 days, it's the first release of the SDK, so I really want people to test its capabilities. The error reporting isn't fully done yet so some functions may fail, but not give detailed error messages to the ErrorLog, don't worry that's going to be fixed in future versions.

    Here's the SDK Class Diagram as it stands now (sorry, too many classes)


    So, there's a huge amount of functions/classes/structs to play with in this version. I'm currently trying to think up a way to present good API documentation and example use of each of the functions, so I'm sorry you'll be stuck with XML intellisense documentation for the time being. If you have any questions about function use, please dont hesitate to ask.

    Code:
    CHANGELOG
    09/09/2011 - BETA v1.0.0.0 was released.
    Code:
    CONTRIBUTORS TO THE SDK UP TO AND INCLUDING BETA v1.0.0.0
    Jason
    How do I start?
    This SDK is very simple to use. Simple open up Visual Basic or C#.NET, create/open your project. Click the "Project" menu, choose "Add Reference" and go to the "Browse" tab to locate wherever you saved the SDK. After that you'll need to change your build configuration to x86:
    Quote Originally Posted by John Wein
    To target x86 in the express editions:

    Tools --> Options --> Projects and Solutions-->General Check "Show advanced build configurations"
    If "Configuration Manager" doesn't show on the Buid menu, add it and click it.
    Active Solution Platform --> New --> Type or select the new platform x86
    Once that's done it's handy to import the SDK's namespace:

    Code:
    Imports MPGH 'vb.net code
    using MPGH; '//C# code
    Now you simply use the "SDK" class to access the class members.
    Code:
    Dim moduleHandle As UInteger = SDK.API.GetModuleHandleA("kernel32.dll")
    That's it for the SDK release, if you're interested in joining the development team, please see below...

    If you wish to join the SDK team, please PM me with the following info.
    Code:
    Name (real one):
    Age (don't make shit up):
    Coding Experience (have you worked in SD before? etc):
    Why you think you should be on the team:

    THE MPGH SDK DEVELOPMENT TEAM:
    - Jason (Jason)
    - Bruno (Brinuz)
    - Tommy (master131)
    - Hassan (Hassan)
    - Wesley (Hell_Demon)
    - Mike (ғᴜᴋᴏᴊʀ)

    Scans:
    [x][x]
    Last edited by Hassan; 02-26-2012 at 10:58 AM.

  2. The Following 62 Users Say Thank You to Jason For This Useful Post:

    0x01337 (06-01-2012),Alviqbal (08-25-2014),alvisani (10-17-2011),Arch Enemy (07-07-2012),awesomeduke2000 (06-28-2013),BassSR (09-10-2011),Berry_007 (10-19-2014),BluntGod_ (08-23-2012),carl3399 (01-03-2014),Cataclypse (10-26-2014),cgallagher21 (09-24-2011),Chronex (04-21-2014),chumarer (10-01-2012),cmc5414 (08-24-2012),codegnome (07-31-2012),Cryptonic (06-29-2012),dakr54 (05-05-2012),deaddead1 (01-22-2014),edgar_allan_poe (06-04-2012),evardj (05-24-2013),farouk (07-26-2012),FUFYN (06-12-2013),fwsefwsgrgwhergr (11-21-2014),GaySheep (11-21-2012),GicuPiticu (05-08-2016),Hassan (09-09-2011),henryarielteam (11-13-2012),House (09-13-2011),isysforce (01-30-2013),izwan jupining (12-30-2013),JDawg147 (06-21-2013),Junmar_Camacho (07-15-2014),kane5648 (10-24-2013),kBob (09-11-2011),KingstarVanoss (03-20-2015),Kyurino (03-20-2015),Legend2007 (09-04-2012),leonx094 (01-23-2013),M2m0ryZ (02-15-2016),[MPGH]master131 (09-09-2011),midomourad (07-15-2012),mo79571830 (03-07-2013),Morgaandu76700 (09-14-2014),Ninja® (09-12-2011),NomoNewman (01-01-2016),noobpwner5 (07-19-2014),Pedohobo (01-22-2014),pooky69 (02-08-2016),r41lblast (05-31-2013),rghmodz (03-18-2013),rkN (04-30-2012),SAHAR123456 (04-30-2012),scww123S (11-02-2014),SuperRomu (05-22-2012),tariq2812 (09-30-2012),timeshift (12-11-2011),toxicsoul (05-07-2012),Unbalanced (04-23-2014),unknownhacker20 (03-05-2013),vhalavan1 (01-17-2013),willrulz188 (11-16-2011),xCyberxx (02-28-2014)

  3. #2
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Welcome to the team @Brinuz

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

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

    'Bruno (09-06-2011)

  5. #3
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Guess the word "PM" is too hard to understand -.-

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  6. #4
    Accelerate''s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    21
    Reputation
    10
    Thanks
    1
    My Mood
    Relaxed
    what is the SDK for, a program? a game? what is the sdk meant for?

  7. #5
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    It's just a general .NET development SDK.

  8. #6
    Blubb1337's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Germany
    Posts
    5,915
    Reputation
    161
    Thanks
    3,108
    Quote Originally Posted by Accelerate' View Post
    what is the SDK for, a program? a game? what is the sdk meant for?
    Literally, Software Development Kit. A library containing useful functions making the access to these function very easy.



  9. #7
    Sync's Avatar
    Join Date
    Jul 2011
    Gender
    female
    Location
    Bat Gang
    Posts
    1,977
    Reputation
    239
    Thanks
    208
    My Mood
    Yeehaw
    @Jason wish luck but to busy to join atm sorry.

  10. #8
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    THE MPGH SDK BETA v1.0.0.0 IS NOW LIVE, PLEASE SEE THE FIRST POST!

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  11. #9
    Dave84311's Avatar
    Join Date
    Dec 2005
    Gender
    male
    Location
    The Wild Wild West
    Posts
    35,836
    Reputation
    5782
    Thanks
    41,290
    My Mood
    Devilish
    Downloading all your codes.





    THE EYE OF AN ADMINISTRATOR IS UPON YOU. ANY WRONG YOU DO IM GONNA SEE, WHEN YOU'RE ON MPGH, LOOK BEHIND YOU, 'CAUSE THATS WHERE IM GONNA BE


    "First they ignore you. Then they laugh at you. Then they fight you. Then you lose.” - Dave84311

    HAVING VIRTUAL DETOX

  12. The Following User Says Thank You to Dave84311 For This Useful Post:

    Ninja® (09-12-2011)

  13. #10
    Hassan's Avatar
    Join Date
    May 2010
    Gender
    male
    Location
    System.Threading.Tasks
    Posts
    4,764
    Reputation
    495
    Thanks
    2,132
    My Mood
    Dead
    Quote Originally Posted by Dave84311 View Post
    Downloading all your codes.
    It's obfuscated.

  14. #11
    'Bruno's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    Portugal
    Posts
    2,883
    Reputation
    290
    Thanks
    1,036
    My Mood
    Busy
    Good job on your work ; )
    Light travels faster than sound. That's why most people seem bright until you hear them speak.

  15. #12
    House's Avatar
    Join Date
    Mar 2010
    Gender
    male
    Posts
    2,990
    Reputation
    223
    Thanks
    9,296
    My Mood
    Cynical
    very useful, reminds me on blubbs memory dll

  16. #13
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    Addressed to @Jason

    Name (real one): Wesley
    Age (don't make shit up): 18
    Coding Experience: lots of years
    Why you think you should be on the team: Why do you think I shouldn't?

    Private enough, too lazy to click 3 buttons
    Last edited by Hell_Demon; 09-13-2011 at 02:28 PM.
    Ah we-a blaze the fyah, make it bun dem!

  17. #14
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Welcome to the team Hell_Daddy.

    Quote Originally Posted by Jeremy S. Anderson
    There are only two things to come out of Berkley, Unix and LSD,
    and I don’t think this is a coincidence
    You can win the rat race,
    But you're still nothing but a fucking RAT.


    ++Latest Projects++
    [Open Source] Injection Library
    Simple PE Cipher
    FilthyHooker - Simple Hooking Class
    CLR Injector - Inject .NET dlls with ease
    Simple Injection - An in-depth look
    MPGH's .NET SDK
    eJect - Simple Injector
    Basic PE Explorer (BETA)

  18. The Following 2 Users Say Thank You to Jason For This Useful Post:

    Hassan (09-13-2011),Hell_Demon (09-14-2011)

  19. #15
    Hell_Demon's Avatar
    Join Date
    Mar 2008
    Gender
    male
    Location
    I love causing havoc
    Posts
    3,976
    Reputation
    343
    Thanks
    4,320
    My Mood
    Cheeky
    I'm allowed to use online C# to VB converters right? <:
    Ah we-a blaze the fyah, make it bun dem!

Page 1 of 3 123 LastLast

Similar Threads

  1. [Discussion] MPGH .NET SDK [ongoing project]
    By Jason in forum Visual Basic Programming
    Replies: 16
    Last Post: 09-20-2011, 11:24 AM
  2. Mpgh's Net Worth?
    By Hahaz in forum General
    Replies: 26
    Last Post: 09-05-2010, 03:52 AM
  3. Mpgh.net Vip
    By eric1231231 in forum Trade Accounts/Keys/Items
    Replies: 4
    Last Post: 07-02-2007, 04:28 PM
  4. thanks mpgh.net for leetng me have this awesome hak
    By alejandro211142 in forum WarRock - International Hacks
    Replies: 18
    Last Post: 05-13-2007, 05:25 AM
  5. HackShardGaming.net says Fuck MPGH
    By sf0d in forum General
    Replies: 32
    Last Post: 07-26-2006, 09:05 PM