Register for your free account! | Forgot your password?

You last visited: Today at 23:56

  • Please register to post and access all features, it's quick, easy and FREE!

Advertisement



Help Loader

Discussion on Help Loader within the .NET Languages forum part of the Coders Den category.

Reply
 
Old   #1
 
GemeosBSVIP's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 82
Received Thanks: 30
Unhappy Help Loader

And then guys, was wondering if anyone could help me in creating a loader. In fact one would not form buttons, with the function of
automatically inject a dll in process 'x', but the problem is I do not want this dll is shared. So I need
embed it within the form or exe, it would only be used for the injection, do not want her out from inside the exe under any circumstances.

Excuse my ignorance, I'm more of a noob in programming, so if someone wants to help me with basic sources or video, know
there, I thank you ...
GemeosBSVIP is offline  
Old 09/17/2014, 22:42   #2
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
I guess that process 'x' can also be an unmanaged application. In that case you have to load the .NET Framework into the unmanaged process to be able to run the .NET code. Have a look at .
KDeluxe is offline  
Old 09/17/2014, 23:46   #3
 
GemeosBSVIP's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 82
Received Thanks: 30
Quote:
Originally Posted by KDeluxe View Post
I guess that process 'x' can also be an unmanaged application. In that case you have to load the .NET Framework into the unmanaged process to be able to run the .NET code. Have a look at .
No, you got it wrong I'm wanting to make a VIP Loader, the DLL is not extracted out of the Loader, want her to stay inside and is usually injected.
GemeosBSVIP is offline  
Old 09/18/2014, 00:14   #4

 
snow's Avatar
 
elite*gold: 724
Join Date: Mar 2011
Posts: 10,480
Received Thanks: 3,319
And how exactly do you want to accomplish that?
Your DLL will have to be extracted sooner or later, otherwise there's little point in writing a DLL for a foreign process.
snow is offline  
Old 09/18/2014, 00:21   #5
 
GemeosBSVIP's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 82
Received Thanks: 30
Quote:
Originally Posted by snow View Post
And how exactly do you want to accomplish that?
Your DLL will have to be extracted sooner or later, otherwise there's little point in writing a DLL for a foreign process.

No my friend, have a BASE that the DLL does not need to be extracted to inject it, is a rare basis ... Few have the ...
GemeosBSVIP is offline  
Old 09/18/2014, 03:57   #6
 
elite*gold: 1
Join Date: Aug 2013
Posts: 1,898
Received Thanks: 1,346
Quote:
Originally Posted by GemeosBSVIP View Post
No my friend, have a BASE that the DLL does not need to be extracted to inject it, is a rare basis ... Few have the ...
Then merge your assemblies into each other or use a packer?
Black Tiger ツ is offline  
Old 09/18/2014, 08:46   #7
 
elite*gold: 0
Join Date: Mar 2009
Posts: 7,260
Received Thanks: 33,147
I'm pretty sure I got it right. The target process may be a .NET application, in that case you obviously don't need to load the .NET Framework into the target process. The page I posted does show how you can load/inject a .NET method into the target process. The .NET method can also be in a .NET application (.exe). You don't even need to embed a .dll, your application contains the code.
I've created a for a game which does the thing you want to do. The .exe contains the injector and the hack itself. The included .dll is only needed because the game does not run the .NET framework itself (you have to inject a unmanaged .dll to force the game to load the .NET framework). If your process 'x' is running the .NET framework itself the .dll is unnecessary and everything can be done within a single .exe.
The base/basis your talking about is not 'rare' and not only a 'few' have it.
KDeluxe is offline  
Old 09/18/2014, 16:57   #8
 
GemeosBSVIP's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 82
Received Thanks: 30
Quote:
Originally Posted by Black Tiger ツ View Post
Then merge your assemblies into each other or use a packer?

yes

Quote:
Originally Posted by KDeluxe View Post
I guess that process 'x' can also be an unmanaged application. In that case you have to load the .NET Framework into the unmanaged process to be able to run the .NET code. Have a look at .

more with this business you sent me the DLL will not be extracted nor shared?

but if I'm not mistaken o'que you sent me is C ++ , I want it in VB

For the hack that I will do is a VIP hack, if someone sees the DLL being extracted or injects it I lose my buyers.
GemeosBSVIP is offline  
Old 09/18/2014, 17:17   #9
 
YatoDev's Avatar
 
elite*gold: 50
Join Date: Sep 2012
Posts: 3,841
Received Thanks: 1,462
so its a .net dll?

there some methods in System.Reflection and Microsoft.CSharp and others for doing this
YatoDev is offline  
Old 09/18/2014, 21:16   #10
 
GemeosBSVIP's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 82
Received Thanks: 30
Quote:
Originally Posted by »FlutterShy™ View Post
so its a .net dll?

there some methods in System.Reflection and Microsoft.CSharp and others for doing this


My friend just want to extract the DLL to kk ... send some topics you have
GemeosBSVIP is offline  
Old 09/18/2014, 22:45   #11
 
YatoDev's Avatar
 
elite*gold: 50
Join Date: Sep 2012
Posts: 3,841
Received Thanks: 1,462
Quote:
Originally Posted by GemeosBSVIP View Post
My friend just want to extract the DLL to kk ... send some topics you have
what?
YatoDev is offline  
Old 09/18/2014, 23:11   #12
 
GemeosBSVIP's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 82
Received Thanks: 30
Quote:
Originally Posted by »FlutterShy™ View Post
what?

You have this base in VB? not extract the DLL? please?
GemeosBSVIP is offline  
Old 09/19/2014, 00:20   #13
 
YatoDev's Avatar
 
elite*gold: 50
Join Date: Sep 2012
Posts: 3,841
Received Thanks: 1,462
Quote:
Originally Posted by GemeosBSVIP View Post
not extract the DLL? please?
write full english sentences and express yourself better.
YatoDev is offline  
Old 09/19/2014, 01:21   #14
 
GemeosBSVIP's Avatar
 
elite*gold: 0
Join Date: Sep 2014
Posts: 82
Received Thanks: 30
Quote:
Originally Posted by »FlutterShy™ View Post
write full english sentences and express yourself better.
My friend, I'm just wondering if some of the members or the staff has some basis or topic talking about this subject cited in the topic.
GemeosBSVIP is offline  
Old 09/19/2014, 08:00   #15
 
YatoDev's Avatar
 
elite*gold: 50
Join Date: Sep 2012
Posts: 3,841
Received Thanks: 1,462
msdn has a lot of sources for you
YatoDev is offline  
Reply


Similar Threads Similar Threads
LNL LOADER WALLHACK LOADER! V7 ( UPDATED ) FREE DOWNLOAD!!!
03/26/2015 - Soldier Front Hacks, Bots, Cheats & Exploits - 2 Replies
Tested on Win7 32 bit only! 1. Extract File,then the run loader. http://www.mediafire.com/convkey/0be2/x12113yjtef hoowfg.jpg?size_id=3 2. Click activate specialforce hack, launch the game, enjoy! Features and Hotkeys:
[1.11] CyberVeezy Hack-Loader *My newest Hacks are on this loader* [HOT;HOT]
03/19/2013 - WarRock Hacks, Bots, Cheats & Exploits - 18 Replies
Hallo liebe Hacker, da ich keine Lust mehr habe jedes mal wegen einem Hack einen neuen Thread aufmachen zu müssen habe ich hier ein kleines Tool programmiert das immer zeigt was mein neuester Hack ist. http://img4.fotos-hochladen.net/uploads/hackloade rptmbxvo014.png Das Tool macht nichts anderes, als Daten von meinem FTP auf dieses Programm zu downloaden und an alle kleinen Kiddy's die meine FTP Daten aus diesem Programm entnehmen wollen ihr habt keine Chance testet einfach warum ;) ...
[Release] ZSZC Loader (Edited From lolkop's loader)
10/28/2011 - SRO PServer Guides & Releases - 16 Replies
Hello , i have just Edited lolkop's loader for zszc Screen http://img825.imageshack.us/img825/4439/918201043 801am.jpg Download VirusTotal



All times are GMT +2. The time now is 23:56.


Powered by vBulletin®
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO ©2011, Crawlability, Inc.
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Support | Contact Us | FAQ | Advertising | Privacy Policy | Terms of Service | Abuse
Copyright ©2024 elitepvpers All Rights Reserved.