Thread: Dll Loader

Results 1 to 10 of 10
  1. #1
    something1234567's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    201
    Reputation
    13
    Thanks
    24

    Dll Loader

    Hi guys, recently a few friends requested for a dll loader in c++. I went and quickly conjured up a loader which connects to a mybb forum from which it syncs login data and than calls a dll via php, decrypts it and injects it. However after some issues I couldn't resolve I am dropping it. If anyone can direct me to info it would be much appreciated (yes, I have already searched, I require more in depth information). If someone feels they can just make me a loader, I am wiling to purchase it. PM me your Skype or any other contact details and I will add you.

    -Thanks.
    Last edited by something1234567; 09-23-2016 at 10:54 PM.

  2. #2
    MikeRohsoft's Avatar
    Join Date
    May 2013
    Gender
    male
    Location
    Los Santos
    Posts
    797
    Reputation
    593
    Thanks
    26,314
    Quote Originally Posted by something1234567 View Post
    Hi guys, recently a few friends requested for a dll loader in c++. I went and quickly conjured up a loader which connects to a mybb forum from which it syncs login data and than calls a dll via php, decrypts it and injects it. However after some issues I couldn't resolve I am dropping it. If anyone can direct me to info it would be much appreciated (yes, I have already searched, I require more in depth information). If someone feels they can just make me a loader, I am wiling to purchase it. PM me your Skype or any other contact details and I will add you.

    -Thanks.
    if i understand it correct you want a Tool which is checking for valid Board Login and downloading a dll and inject it then to a Game?
    I don't understand the encryption Part, because it must be decrypted before you could inject it.

  3. #3
    something1234567's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    201
    Reputation
    13
    Thanks
    24
    Quote Originally Posted by MikeRohsoft View Post
    if i understand it correct you want a Tool which is checking for valid Board Login and downloading a dll and inject it then to a Game?
    I don't understand the encryption Part, because it must be decrypted before you could inject it.
    The loader downloads an encrypted dll than decrypts it with various auth tokens between server and loader. The concept is good but as I said, im not too good at c++, c# I could handle. Im also terrible with server related things ie: network communication.

  4. #4
    something1234567's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    201
    Reputation
    13
    Thanks
    24
    Hmm, my friends require the loader asap. Let me change my initial requirement, I dont care about info. If you can make a good loader with more security than I had, I will pay you $50 for it.

  5. #5
    __readgsqword's Avatar
    Join Date
    Mar 2016
    Gender
    female
    Posts
    39
    Reputation
    10
    Thanks
    13
    Rather than downloading the entire dll, which I find just to be unnecessary, and would require extra work such as loading the dll from memory. Download encrypted binary data, such as offsets, addresses, not entire functions but parts of functions that can be inserted and replace simply because dealing with any piece of non PIC would be tricky.
    I've done this before for my own projects. I can write one for you.
    Last edited by __readgsqword; 09-25-2016 at 10:08 AM.

  6. #6
    something1234567's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    201
    Reputation
    13
    Thanks
    24
    Quote Originally Posted by __readgsqword View Post
    Rather than downloading the entire dll, which I find just to be unnecessary, and would require extra work such as loading the dll from memory. Download encrypted binary data, such as offsets, addresses, not entire functions but parts of functions that can be inserted and replace simply because dealing with any piece of non PIC would be tricky.
    I've done this before for my own projects. I can write one for you.
    I have already fixed up my loader to working standard. I like your concept however, whats your skype? ill add you.

  7. #7
    something1234567's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    201
    Reputation
    13
    Thanks
    24
    Quote Originally Posted by __readgsqword View Post
    Rather than downloading the entire dll, which I find just to be unnecessary, and would require extra work such as loading the dll from memory. Download encrypted binary data, such as offsets, addresses, not entire functions but parts of functions that can be inserted and replace simply because dealing with any piece of non PIC would be tricky.
    I've done this before for my own projects. I can write one for you.
    I've been attempting to use manual map for my loader but im having troubles. If there anyway to contact you? ill be paying ofc.

  8. #8
    __readgsqword's Avatar
    Join Date
    Mar 2016
    Gender
    female
    Posts
    39
    Reputation
    10
    Thanks
    13
    Quote Originally Posted by something1234567 View Post
    I've been attempting to use manual map for my loader but im having troubles. If there anyway to contact you? ill be paying ofc.
    Give me your Skype, I will add you.

  9. #9
    homevcc's Avatar
    Join Date
    Oct 2016
    Gender
    male
    Location
    Skype: homevcc@gmail.com
    Posts
    12
    Reputation
    10
    Thanks
    0
    My Mood
    Inspired
    The concept is good but as I said, im not too good at c++, c# I could handle. Im also terrible with server related things ie: network communication.

  10. #10
    something1234567's Avatar
    Join Date
    Jan 2016
    Gender
    male
    Posts
    201
    Reputation
    13
    Thanks
    24
    Quote Originally Posted by homevcc View Post
    The concept is good but as I said, im not too good at c++, c# I could handle. Im also terrible with server related things ie: network communication.
    When did you ever say that? also looks to me your just posting where ever you can lol without any knowledge. I show you literally copy paste a previous post on another thread.

Similar Threads

  1. Replies: 37
    Last Post: 09-03-2014, 06:28 AM
  2. Anyone know how to make a dll loader?
    By JohnMLS in forum General
    Replies: 1
    Last Post: 05-26-2014, 06:30 AM
  3. [Help] Combat Arms DLL Loader
    By qwerqwerqwre in forum Visual Basic Programming
    Replies: 7
    Last Post: 01-28-2014, 09:07 PM
  4. Advance Dll Loader starting up ERROR
    By JustusDemee in forum Alliance of Valiant Arms (AVA) Help
    Replies: 0
    Last Post: 01-17-2014, 10:19 AM
  5. DLL Loader
    By kutzki in forum Programming Tutorial Requests
    Replies: 1
    Last Post: 11-11-2010, 06:31 AM