Page 2 of 6 FirstFirst 1234 ... LastLast
Results 16 to 30 of 84
  1. #16
    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 Koompa View Post
    Not 64 bit compatible
    If only it said that somewhere in the post! /sarcasm

    The library can only be used in x86 applications (you can rebuild the solution under AnyCPU if you want, though), but the application can still run on a x64 computer. The only thing that "isn't 64-but compatible" is that you can't inject into x64 processes, which isn't even a big deal in most cases.

    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. #17
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by Jason View Post


    If only it said that somewhere in the post! /sarcasm

    The library can only be used in x86 applications (you can rebuild the solution under AnyCPU if you want, though), but the application can still run on a x64 computer. The only thing that "isn't 64-but compatible" is that you can't inject into x64 processes, which isn't even a big deal in most cases.
    Yeah, but when I try to debug it, it fails since its targeted for 32 bit computeres

  3. #18
    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 Koompa View Post


    Yeah, but when I try to debug it, it fails since its targeted for 32 bit computeres
    Protip: You're doing it wrong.

    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. #19
    DawgiiStylz's Avatar
    Join Date
    Aug 2009
    Gender
    male
    Location
    Dawg House
    Posts
    7,811
    Reputation
    219
    Thanks
    2,896
    My Mood
    Tired
    Quote Originally Posted by Jason View Post


    Protip: You're doing it wrong.
    Yeah I figure that. Would you help me out?

  5. #20
    distiny's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    560
    Reputation
    67
    Thanks
    562
    My Mood
    Cynical
    Thanks for your lib, will certainly mention you if I use this in any work that I release.

    btw if I get it correct, it's not x64 compa, you mean it works on x64 OS pc's but can't inject into x64 applications right ?
    FBI got my PC...Hardcore cheating is paused atm..

  6. #21
    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 distiny View Post
    Thanks for your lib, will certainly mention you if I use this in any work that I release.

    btw if I get it correct, it's not x64 compa, you mean it works on x64 OS pc's but can't inject into x64 applications right ?
    Correct. Compile your project as x86 and it will work on both 32 and 64 bit computers, however it will NOT successfully inject into 64 bit processes.

    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. #22
    DeadCode's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    8
    My Mood
    Amazed
    Jason, for some reason, my Injector is using the 4.0 framework. When I compile, it fails and it doesn't give any reason why it failed to compile? Help?

  8. #23
    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 DeadCode View Post
    Jason, for some reason, my Injector is using the 4.0 framework. When I compile, it fails and it doesn't give any reason why it failed to compile? Help?
    I'm not a magician.

    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)

  9. #24
    DeadCode's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    8
    My Mood
    Amazed
    Quote Originally Posted by Jason View Post

    I'm not a magician.
    So you can't help at all?

    EDIT: Commented out the chunk of code below: .NET 2.0 extension sorcery :3
    Last edited by DeadCode; 12-16-2012 at 11:05 AM.

  10. #25
    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 DeadCode View Post
    So you can't help at all?

    EDIT: Commented out the chunk of code below: .NET 2.0 extension sorcery :3
    That will only generate a compiler warning and the compiler will use the namespace from the GAC anyway.

    And you couldn't even give me an error to go on. "The build failed" is not a useful piece of information, clearly it builds fine for me or I wouldn't have released it, so without the slightest bit of information to go on, no I can't help at all.

    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. #26
    DeadCode's Avatar
    Join Date
    Apr 2012
    Gender
    male
    Posts
    16
    Reputation
    10
    Thanks
    8
    My Mood
    Amazed
    Quote Originally Posted by Jason View Post


    That will only generate a compiler warning and the compiler will use the namespace from the GAC anyway.

    And you couldn't even give me an error to go on. "The build failed" is not a useful piece of information, clearly it builds fine for me or I wouldn't have released it, so without the slightest bit of information to go on, no I can't help at all.

    Exactly, VS 2010 did not output ANY error, so I had to go through a manual build.

    When I removed the chunk of code, it compiles fine and everything works perfectly.

  12. #27
    midonx's Avatar
    Join Date
    Mar 2011
    Gender
    male
    Posts
    39
    Reputation
    10
    Thanks
    5
    My Mood
    Bored
    it will be better if u add video

  13. #28
    _VERSTROATE_'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    @Jason Could you check the download links please? On Firefox I get a grey screen when trying to download the attached files, on Internet Explorer I get white screen and there's also no download...

  14. #29
    master131's Avatar
    Join Date
    Apr 2010
    Gender
    male
    Location
    Melbourne, Australia
    Posts
    8,858
    Reputation
    3438
    Thanks
    101,669
    My Mood
    Breezy
    Quote Originally Posted by _VERSTROATE_ View Post
    @Jason Could you check the download links please? On Firefox I get a grey screen when trying to download the attached files, on Internet Explorer I get white screen and there's also no download...
    It's an issue with the server, not the attachment itself. It's being fixed atm.
    Donate:
    BTC: 1GEny3y5tsYfw8E8A45upK6PKVAEcUDNv9


    Handy Tools/Hacks:
    Extreme Injector v3.7.3
    A powerful and advanced injector in a simple GUI.
    Can scramble DLLs on injection making them harder to detect and even make detected hacks work again!

    Minion Since: 13th January 2011
    Moderator Since: 6th May 2011
    Global Moderator Since: 29th April 2012
    Super User/Unknown Since: 23rd July 2013
    'Game Hacking' Team Since: 30th July 2013

    --My Art--
    [Roxas - Pixel Art, WIP]
    [Natsu - Drawn]
    [Natsu - Coloured]


    All drawings are coloured using Photoshop.

    --Gifts--
    [Kyle]

  15. #30
    _VERSTROATE_'s Avatar
    Join Date
    Apr 2011
    Gender
    male
    Posts
    5
    Reputation
    10
    Thanks
    0
    My Mood
    Stressed
    Can you convert the source code into another extension? Visual Studio 2010 gives me the error that's attached (The project type (.csproj) is not supported by this version of the application).
    I tried to resolve it by re-installing VS and I even executed devenv /ResetSkipPkgs in the Visual Studio Command Prompt, but without a result.
    As for the InjectionLibrary.dll, I'm getting errors also. Well no errors in fact, I do not see any errors but when I try to debug, it says that there were build errors (and still no errors in the box at the bottom). I did what I had to do I believe. Hope you guys can help me out.
    Attached Thumbnails Attached Thumbnails
    Knipsel.JPG  

    Last edited by _VERSTROATE_; 12-30-2012 at 02:47 PM.

Page 2 of 6 FirstFirst 1234 ... LastLast

Similar Threads

  1. [Tutorial] Finding Source Code of Not Open Source Programs
    By treeham in forum C++/C Programming
    Replies: 21
    Last Post: 03-28-2010, 08:35 AM
  2. Open Source Release. Semi-Useless Timer Source Code!
    By User1 in forum Visual Basic Programming
    Replies: 6
    Last Post: 09-20-2009, 02:55 AM
  3. Combat Arms Utilities Open Source Project
    By User1 in forum Combat Arms Hacks & Cheats
    Replies: 28
    Last Post: 09-20-2009, 02:08 AM
  4. Replies: 0
    Last Post: 09-01-2008, 08:28 PM