Page 6 of 6 FirstFirst ... 456
Results 76 to 84 of 84
  1. #76
    Pixelhut's Avatar
    Join Date
    Aug 2015
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    Somehow it is not showing me the download link.
    Can someone send me one please?

    EDIT:
    Working after I posted something.
    Thanks for the release of this.
    Last edited by Pixelhut; 06-08-2016 at 01:50 PM.

  2. #77
    fajung's Avatar
    Join Date
    Jul 2014
    Gender
    male
    Posts
    26
    Reputation
    10
    Thanks
    1
    My Mood
    Blah
    Weird but it does nothing when "injection" is succesful.

  3. #78
    e-skillz's Avatar
    Join Date
    May 2014
    Gender
    male
    Posts
    8
    Reputation
    10
    Thanks
    0
    My Mood
    Cheerful
    thx man it's really helpful!

  4. #79
    FunTimeNetwork's Avatar
    Join Date
    Jun 2014
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0
    failed to load module into remote process. Error code: 0 help?

  5. #80
    RuShi's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Location
    File Not Found 404!
    Posts
    2,531
    Reputation
    210
    Thanks
    13,009
    My Mood
    Innocent
    Quote Originally Posted by FunTimeNetwork View Post
    failed to load module into remote process. Error code: 0 help?
    Explain It more on what you did or provided screenshot.


    MPGH History:
    Member: 02/1/2016
    Contributor: 29/6/2016
    Minion: 25/8/2016
    Former Staff: 07/02/2017
    Minion: 21/9/2017

  6. #81
    brixs's Avatar
    Join Date
    May 2016
    Gender
    male
    Posts
    3
    Reputation
    10
    Thanks
    0
    sorry for bumping this thread but is anyone here can convert it to C++?

  7. #82
    Confirm-'s Avatar
    Join Date
    Dec 2018
    Gender
    male
    Posts
    62
    Reputation
    10
    Thanks
    13
    My Mood
    Cool
    I need Video ♥
    Last edited by Confirm-; 01-03-2019 at 08:34 AM.

  8. #83
    Coder.DiasII's Avatar
    Join Date
    Feb 2013
    Gender
    male
    Location
    In My World
    Posts
    1,515
    Reputation
    156
    Thanks
    6,461
    Quote Originally Posted by Confirm- View Post
    I need Video ♥
    Video for What?
    • Registered - February 03, 2012
    • Contributor since August 05, 2014



    CombatArms Brasil


    PointBlank Brasil


  9. #84
    barbiegirlthot's Avatar
    Join Date
    Jan 2019
    Gender
    male
    Posts
    1
    Reputation
    10
    Thanks
    0

    Talking

    Um... just creeping here around and thought that I could try this library out.

    Even though I am kinda experienced with C# and VB.NET this we're a bit complicated. I got this working really fine until I come to the point where I need to define the PortableExcutable. After researching the source code of the JLibrary can't really understand what is wrong :/

    Code:
    // This is from the JLibrary source
    IMAGE_NT_HEADER32 result = new IMAGE_NT_HEADER32();
    if (result.OptionalHeader.DataDirectory[14].Size > 0)
     {
           // I got returned with this error
           str = "Image contains a CLR runtime header. Currently only native binaries are supported; no .NET dependent libraries.";
     }
    If someone could explain a bit of the PE headers to make this more clear, if I understand correctly my dll is not in correct PE format.
    Also hit me up if I the dll path is defined wrong, even thought the argument should be as string and I am directly giving the full file path.
    Code:
    //This is from my code, inj is a dictionary with the dll name and with the dll path as the value
    Using img As New PortableExecutable(inj.Value)
            hModule = injector.Inject(img, processId)
    End Using
    Edit:

    After sometime I found Jason's post about CLR injector. So my dll is not compatible with the injection method. Correct me if I am wrong.
    Here is a part of the post that I mentioned
    However, now we have another problem; How do we initialize the CLR with managed code, if you need to CLR to execute managed code? The short answer is we can't. We'll still need to resort to some native code to initialize the CLR, then we can start executing our managed code. See the end of this post for the native .dll that provides an external function to load managed dlls.
    Cheers!
    Last edited by barbiegirlthot; 02-19-2019 at 04:36 PM.

Page 6 of 6 FirstFirst ... 456

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