Sponsored by: █ Sparkhost - Hosting Without Compromises! █ Hybrid Performance Web Hosting █ Spark Host Stream Hosting █ Hybrid IRC & IRCd Server Shell Accounts
Creating A Backdoor Using Dll
#1
Posted 19 August 2009 - 01:14 PM
Problem is, I dont really know how.
I understand DLLs and making them, obviously, but how do I create a backdoor as one... am i missing something??
PS Using C++, Dev-C++
Thanks for any responce
#2
Posted 19 August 2009 - 09:36 PM
Iv made backdoors using server/client .exes, but want to step it up to using a .dll for the server...
Problem is, I dont really know how.
I understand DLLs and making them, obviously, but how do I create a backdoor as one... am i missing something??
PS Using C++, Dev-C++
Thanks for any responce
I think you are getting the wrong idea. First off it obvious you don't know any C++ because if you did you wouldn't be asking. Second, no one is going to code anything for you. Third, you have no idea what a Dll is and they could be used for "back-doors"
I really suggest you start with a simple "Hello World" and go from there.
I was gonna write some C++, but then I got high
I was gonna skip all that .NET stuff, but then I got high,
Now I'm stuck with non-deterministic finalization, and I know why.
Because I got high, because I got high, because I got high.
#3
Posted 19 August 2009 - 10:24 PM
I've written the DLL injection, and know how to make DLLs.
Im really missing the point though...
Do I make a DLL that just deals with the network stuff, to bypass firewall, to just send the data to client via its host process; or what?
No need for your non constructive post.
#4
Posted 19 August 2009 - 10:44 PM
I've heard of people having problems using GCC created DLLs, so be aware of that.
Try googling "opensc"; third link down
I was gonna write some C++, but then I got high
I was gonna skip all that .NET stuff, but then I got high,
Now I'm stuck with non-deterministic finalization, and I know why.
Because I got high, because I got high, because I got high.
#5
Posted 19 August 2009 - 11:04 PM
Do I inject the DLL then hook the injected process to use it?!
What goes into the DLL...
I just don't get it... it's probably so obvious once I realise.
#6
Posted 22 August 2009 - 02:52 PM
Just browsing through the C++ sources there when you send that message
![]()
Do I inject the DLL then hook the injected process to use it?!
What goes into the DLL...
I just don't get it... it's probably so obvious once I realise.
I guess there isnt really a difference in win32 executable backdoor vs a dll backdoor. It depends on your needs really. A dll backdoor would be useful if you would want to have some specific overview from a certain program.
For example one might be interested only in victims mIRC client socket connections. So he could inject it via some executable and dll then modifies mirc enough to get itself started everytime mirc is. (Though mirc has some level of protections against things like that)
And by the way, mostly hooks are done with dll's. To hook something in a specific application then you inject a dll into it which has hooks in it to gain control of things. Doesnt seem to me that this subject is that old to you.
#7
Posted 06 September 2009 - 02:38 PM
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users












