Results 1 to 15 of 468

Threaded View

  1. #6
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    Quote Originally Posted by waterboy543449 View Post
    I wasn't around long enough to know what a 'cipher' actually does ? Can you simplify what this program does for my nooby self ? Thanks
    Basically, one way Nexon can detect hack attempts is to take a "hash" of the .dll when it's injected. They then compare this hash to a list of "blacklisted" dlls and if there is a match, they report a hack detection and exit. The purpose of a cipher like this is to change up some data within the .dll so that the hash of the file changes. Previously this was achieved by writing a few extra bytes of data to the end of the file. However, recently Nexon have changed the way they hash the dll (rather than simply hashing the entire file, they hash only a portion of the file), which is why some of the old ciphers have stopped working.

    My method modifies safe data within the file itself (through the documented PE structure), and is thus more likely to modify the portion of the file that Nexon hashes (most likely the executable sections, but not 100% sure so I modify a few different areas). The idea, of course, is to not break the .dll itself when modifying data.

    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)

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

    antou3666 (08-21-2012),[MPGH]AVGN (05-30-2013),Rtyan (10-26-2013),Vultures (09-21-2012)

Similar Threads

  1. [Release] [beta][Makes detected hacks undetected] Simple PE Cipher
    By aizzad10 in forum Blackshot Injectors & Tools
    Replies: 7
    Last Post: 06-19-2016, 07:40 AM
  2. [Patched] [Beta][Makes detected hacks undetected] Simple PE Cipher
    By Jason in forum Combat Arms Europe Hacks
    Replies: 275
    Last Post: 01-08-2015, 10:24 AM
  3. [Help Request] How to make detected hacks undetected?
    By xx claws xx in forum CrossFire Help
    Replies: 5
    Last Post: 07-08-2013, 05:57 PM
  4. [Release] IW5M - aCI Bypasser :: Make Detected Hacks Undetected + Chopper Box ESP!
    By Kenshin13 in forum Call of Duty Modern Warfare 3 Private Server Hacks
    Replies: 25
    Last Post: 10-19-2012, 06:31 PM
  5. Make Detected Hacks Undetected
    By Herbal in forum WarRock - International Hacks
    Replies: 7
    Last Post: 12-26-2007, 08:01 AM