Results 1 to 7 of 7
  1. #1
    catchthis's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    ASM_OPK
    Posts
    167
    Reputation
    10
    Thanks
    99
    My Mood
    Busy

    can someone Give me a Source Code OF Hack Loader...

    I Hope There is A GooD People Can Give Me a Source Code of Hack......

  2. #2
    johnpp's Avatar
    Join Date
    May 2009
    Gender
    male
    Location
    qweqwe
    Posts
    43
    Reputation
    10
    Thanks
    8
    My Mood
    Tired
    [img]https://i294.photobucke*****m/albums/mm82/johnpp12/tumblr_ltsi6e2c6h1qzew1so1_500.gif[/img][img]https://i294.photobucke*****m/albums/mm82/johnpp12/tumblr_lugygrKkKq1qg54vto1_500.gif[/img]

  3. #3
    catchthis's Avatar
    Join Date
    Jan 2012
    Gender
    male
    Location
    ASM_OPK
    Posts
    167
    Reputation
    10
    Thanks
    99
    My Mood
    Busy
    kk thnx...

  4. #4
    Jason's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    /dev/null
    Posts
    5,704
    Reputation
    918
    Thanks
    7,676
    My Mood
    Mellow
    I wouldn't use that, it's pretty bad. I was a full-blown noob when I wrote that :/

    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)

  5. #5
    megamandos's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    49
    Reputation
    20
    Thanks
    8
    My Mood
    Happy
    I noticed in that loader you chose to find processes by image name, this seems to be common. Is this kind of the defacto standard for injecting? Do you think that I should add this functionality to Injex? Injex currently locates processes by PID or starts them up and injects based on the image path you provide, but it does not locate them by process name...

    Do people locate by image name for automation reasons?

  6. #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 megamandos View Post
    I noticed in that loader you chose to find processes by image name, this seems to be common. Is this kind of the defacto standard for injecting? Do you think that I should add this functionality to Injex? Injex currently locates processes by PID or starts them up and injects based on the image path you provide, but it does not locate them by process name...

    Do people locate by image name for automation reasons?
    I usually use the image name as the interface between the user and the injector, but break that down to a process ID internally. It's a lot easier for people to use a usually static image name rather than a dynamically allocated process ID number. It also makes auto-injection a viable option (some games need to be injected as soon as they start up because they make all their memory critical shortly after) as you just have a loop looking up the expected image name in the running processes list.

    As injex is a library you probably don't HAVE to implement the ProcessName to ID functionality, but it would be a good overload to add in as it's a very commonly used for interfacing with an inexperienced user.

    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)

  7. #7
    megamandos's Avatar
    Join Date
    Mar 2012
    Gender
    male
    Posts
    49
    Reputation
    20
    Thanks
    8
    My Mood
    Happy
    Quote Originally Posted by Jason View Post


    I usually use the image name as the interface between the user and the injector, but break that down to a process ID internally. It's a lot easier for people to use a usually static image name rather than a dynamically allocated process ID number. It also makes auto-injection a viable option (some games need to be injected as soon as they start up because they make all their memory critical shortly after) as you just have a loop looking up the expected image name in the running processes list.

    As injex is a library you probably don't HAVE to implement the ProcessName to ID functionality, but it would be a good overload to add in as it's a very commonly used for interfacing with an inexperienced user.
    I added the injection by process name.

    Code:
    injex -b pwnage.dll -n game.exe
    is now something you can do

Similar Threads

  1. [Source Code] Can Someone Give Me a 32 & 64 Bit Injector Code's
    By ♪ςander!♪ in forum C++/C Programming
    Replies: 10
    Last Post: 06-03-2011, 06:13 AM
  2. [Help] Can someone get me the source code for a No Lead?
    By Gunz5456 in forum Gunz General
    Replies: 5
    Last Post: 03-20-2011, 02:52 AM
  3. [Help] Can someone send me a source code for injetor?
    By DaRk in forum CrossFire Hack Coding / Programming / Source Code
    Replies: 1
    Last Post: 02-20-2011, 02:50 AM
  4. Replies: 1
    Last Post: 12-02-2010, 08:24 AM
  5. Can someone give me link 2 updated Pub Hack For CA
    By ghostdog27 in forum Combat Arms Discussions
    Replies: 1
    Last Post: 07-13-2010, 11:27 AM