Results 1 to 5 of 5
  1. #1
    Faith's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    189
    Reputation
    28
    Thanks
    1,791

    Request a Tutorial

    Hey guys, Faith here.
    As you guys probably guessed I have a blog going where I post snippets/tutorials/tech stuff. I am kinda outa ideas and things that may seem interesting to you guys, who make up a significant portion of my visitors.

    So, I am starting a request thread, where you can ask me how I did something in one of my projects or you can just ask general questions and I will try to find the answers.

    Basically, you can ask for:
    snippet of my existing code
    help with your problematic code
    a tutorial on how to do something/explaining something
    or something similar

    What you CANT ask for...
    is how to create hacks. I wont be posting sources to my hooks so please dont ask childish questions. This thread was created to help educate the MPGH community, not to be used as a resource for a simple copy and paste.
    So please, before posting, think about whether your question is posed with dignity and related to C++. I will do my best to answer.

    Hope to hear from you soon.
    Check FaithDEV for my latest applications.
    //Given permission by Dave to post a link to my blog.

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

    Void (03-19-2010),why06 (03-19-2010)

  3. #2
    Void's Avatar
    Join Date
    Sep 2009
    Gender
    male
    Location
    Inline.
    Posts
    3,198
    Reputation
    205
    Thanks
    1,445
    My Mood
    Mellow
    If it's possible, a very basic ( I know it might not be basic ) tutorial and explanation of how to make/use kernel level drivers, why they are used in place of user level programs and how to handle kernel level memory properly so that you don't get BSODs.

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

    Retoxified (03-19-2010),why06 (03-19-2010)

  5. #3
    Faith's Avatar
    Join Date
    Jul 2008
    Gender
    male
    Posts
    189
    Reputation
    28
    Thanks
    1,791
    Good question, I will work on a tutorial/explanation after I educate myself a bit on the subject.
    If anyone else has a question, please feel free to post, I will work on it after I'm finished David's request.
    Check FaithDEV for my latest applications.
    //Given permission by Dave to post a link to my blog.

  6. The Following 2 Users Say Thank You to Faith For This Useful Post:

    Retoxified (03-20-2010),Void (03-19-2010)

  7. #4
    Retoxified's Avatar
    Join Date
    Feb 2010
    Gender
    male
    Posts
    148
    Reputation
    8
    Thanks
    171
    Quote Originally Posted by Davidm44 View Post
    If it's possible, a very basic ( I know it might not be basic ) tutorial and explanation of how to make/use kernel level drivers, why they are used in place of user level programs and how to handle kernel level memory properly so that you don't get BSODs.
    kernel level drivers run faster since they arent constantly monitored for their behaviour, which is also the reason they're alot more dangerous.
    They can also acces everything they want, there's a few pure ring0 hacks around the net, which VAC doesn't scan for(VAC only scans ring3 aka user mode)

    I've read that you can enter ring0(kernel mode) by causing an exception in your program causing it to jump to kernel mode to try and fix it up.

    edit:
    +1 for a tutorial on kernelmode tho, i'd love to see one too.

  8. #5
    silly3648's Avatar
    Join Date
    Dec 2009
    Gender
    male
    Location
    www.mpgh.net =)
    Posts
    207
    Reputation
    10
    Thanks
    53
    My Mood
    Angelic
    thanks buddy you incredible helpful and im not being sarcastic
    Computer Science student, College.

    Known Languages: Java, Python
    Learning : C++, C#
    Currently hacking in : C#

    +++LATEST+++
    gimp

    photoshop



    ~HELPFUL CODERS~
    god601
    helicopter12

Similar Threads

  1. [Request] A tutorial about..
    By AgentElmo in forum Programming Tutorial Requests
    Replies: 0
    Last Post: 09-20-2008, 09:14 AM
  2. <Request> Photoshop Tutorials
    By Calderon in forum Hack Requests
    Replies: 0
    Last Post: 12-15-2007, 07:55 AM
  3. (Request) A tutorial on how to extract addresses from trainers
    By englishpom in forum WarRock - International Hacks
    Replies: 9
    Last Post: 05-19-2007, 10:14 PM
  4. [REQUEST]trainer tutorial
    By kanym in forum WarRock - International Hacks
    Replies: 3
    Last Post: 04-24-2007, 07:47 AM
  5. Requesting: Hacking Tutorial
    By AthlaS in forum Hack Requests
    Replies: 1
    Last Post: 01-15-2006, 06:11 PM