[Anti-Hack]iProtect

Page 1 of 4 1234 LastLast
Results 1 to 15 of 55
  1. #1
    Valued Member IDEEKAY is offline
    MemberRank
    May 2008 Join Date
    137Posts

    [Anti-Hack]iProtect

    Well it started as a bet, when my friend told me I couldn't prevent DLL injections via r3. We argue for sometime, than I decided to write a simple LoadLibraryA hook for his CRT injection routine... He said I win, but I didn't have anything to do for the rest of the day, so I said "Hey! why not hook kernel32.BaseThreadStartThunk(); and fuck them up even more! So I added that, then I decided to even extend farther to x64 bit Vista & XP(wasn't hard since x64 structure is similar to x86 with the exception of RAX, RDX, RCX, RDX+more)). Well long story short, I decided I will release a public version of iProtect sometime by Friday(I'm preparing website and forums for support issues)

    This was an image for the first version I ever made, current version is Beta 6.


    Features:
    *Dynamic loading of DLL(DLL's memory will be scattered all over, to confuse crackers)
    *CRC of DLL's function(I saw that bypassing hooks was easy, so I made a simple but complex hash algorithm for CRC)
    *DLL injection prevention(Self explanatory)
    *Ingame function hooks(SetHP(), SetAP()...etc. I think I will have this as a private version)
    *Supports WINE and MacOS's crossover platform
    *x64 Support
    *No system drivers(Was the whole point of iProtect)


  2. #2
    much coder t0p lel Team Zebra is offline
    MemberRank
    Mar 2009 Join Date
    234Posts

    Re: [Anti-Hack]iProtect

    Pretty interesting stuff. I'm assuming it'll come only as the compiled version, or are you confident enough in it to release the source code as well?

  3. #3
    Account Upgraded | Title Enabled! alfredao is offline
    MemberRank
    Jan 2008 Join Date
    Coronel FabriciLocation
    705Posts

    Re: [Anti-Hack]iProtect

    Yeah! Very interesting.

  4. #4
    Apprentice `-Lost*Soul-' is offline
    MemberRank
    Apr 2009 Join Date
    22Posts

    Re: [Anti-Hack]iProtect

    love it
    although c++ -.-
    well i guess c++ would be the best choise for anti hacks

  5. #5
    DRGunZ 2 Creator wesman2232 is offline
    MemberRank
    Jan 2007 Join Date
    Erie, PALocation
    4,872Posts

    Re: [Anti-Hack]iProtect

    very interesting, I hope this goes well.
    We would need one atm

  6. #6
    Valued Member IDEEKAY is offline
    MemberRank
    May 2008 Join Date
    137Posts

    Re: [Anti-Hack]iProtect

    Quote Originally Posted by Team Zebra View Post
    Pretty interesting stuff. I'm assuming it'll come only as the compiled version, or are you confident enough in it to release the source code as well?
    Well I would, but my algorithm is in there :X

  7. #7
    much coder t0p lel Team Zebra is offline
    MemberRank
    Mar 2009 Join Date
    234Posts

    Re: [Anti-Hack]iProtect

    Yeah, that's true. Ah well, either way good job, at least from what I can see so far. You seem knowledgable judging on what I've seen from you in the past, so I'm expecting it to be good quality.

  8. #8
    Apprentice Reynolds is offline
    MemberRank
    Jul 2007 Join Date
    7Posts

    Re: [Anti-Hack]iProtect

    Quote Originally Posted by IDEEKAY View Post
    Well I would, but my algorithm is in there :X
    You could release code without algorithm, or give somme code snippets ? :)

  9. #9
    Proficient Member -Lambda- is offline
    MemberRank
    Jan 2007 Join Date
    SpainLocation
    157Posts

    Re: [Anti-Hack]iProtect

    There is much another ways to inject a dll or hack gunz, lol, also you need to do some server checks or replacing the runnable will be enough to bypass it.

  10. #10
    Sultan of Yolo Demantor is offline
    MemberRank
    May 2008 Join Date
    GermanyLocation
    1,266Posts

    Re: [Anti-Hack]iProtect

    I am interested..
    Will this be released, or just showing?

  11. #11
    Mako is insane. ThePhailure772 is offline
    MemberRank
    Sep 2007 Join Date
    1,115Posts

    Re: [Anti-Hack]iProtect

    So what are you going to do when I go r0 to inject a function and use inline assembler to call a function and not the standard Gunz one?

  12. #12
    Valued Member IDEEKAY is offline
    MemberRank
    May 2008 Join Date
    137Posts

    Re: [Anti-Hack]iProtect

    Lol? Hope you can managed handling all the r0 functions to call. Inline assembler to call a function? what function. Besides guess you know don't know what BaseThreadStartThunk is. Even if you somehow bypass that, you'll have to worry about iProtect traversing all modules loaded, which will detect all data that's been manually loaded by GunZ or the OS.

  13. #13
    Account Upgraded | Title Enabled! Asumi is offline
    MemberRank
    Aug 2008 Join Date
    209Posts

    Re: [Anti-Hack]iProtect

    Nice looking forward for the release
    Plx release with source code so the developers arround here can improve it!

  14. #14
    Proficient Member -Lambda- is offline
    MemberRank
    Jan 2007 Join Date
    SpainLocation
    157Posts

    Re: [Anti-Hack]iProtect

    Quote Originally Posted by Asumi View Post
    Nice looking forward for the release
    Plx release with source code so the developers arround here can improve it!
    And the hackers bypass it, lol.

    OpenSource anticheat = fail.

  15. #15
    (。◕‿‿◕。) Nobody666 is offline
    MemberRank
    Oct 2008 Join Date
    1,773Posts

    Re: [Anti-Hack]iProtect

    Quote Originally Posted by -Lambda- View Post
    And the hackers bypass it, lol.

    OpenSource anticheat = fail.
    Meant to post that last night in response to Zebra's post.

    Open source anti-cheat just makes it that much easier for a hacker to bypass. The best anti-hack would be closed source.

    Anyways decent job. Would stop most of the script kiddys out their for a while.



Page 1 of 4 1234 LastLast

Advertisement