Register for your free account! | Forgot your password?

Go Back   elitepvpers > Shooter > Wolfteam
You last visited: Today at 17:16

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

Advertisement



[Source] Finding CShell in Native C++

Discussion on [Source] Finding CShell in Native C++ within the Wolfteam forum part of the Shooter category.

Reply
 
Old   #1
 
elite*gold: 20
Join Date: Sep 2012
Posts: 289
Received Thanks: 120
[Source] Finding CShell in Native C++

Code:
DWORD ICShell::getShellPointer()
{
	HANDLE WolfteamSnapshot = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE,GetCurrentProcessId());
	if(WolfteamSnapshot == INVALID_HANDLE_VALUE || WolfteamSnapshot == NULL)
	{
		AddLog("Couldn't create module Snapshot : 0x%X",GetLastError());
		return 0x5;
	}

	DWORD dwRetValue = 0x0;

	MODULEENTRY32 me;
    me.dwSize = sizeof(MODULEENTRY32);
    bool done = !Module32First(WolfteamSnapshot, &me) ? true : false;
    while ( !done ) {
		if(strstr(me.szModule,"csh"))
		{
			dwRetValue = (DWORD)me.modBaseAddr;
		}

        done = !Module32Next(WolfteamSnapshot, &me) ? true : false;
    }

	return dwRetValue;
}
This is a reaaaaaaaaly old source of mine, wich is just released because i saw some /clr C++ sh*t source released here.
iSkyLikeX is offline  
Reply


Similar Threads Similar Threads
[SUCHE] CShell.dll [DUMPED!]
04/01/2011 - CrossFire - 5 Replies
Dear com, I´m searching for the newest CF_USA CShell.dll which is already dumped, because I can´t dump the CShell since some days.. (whyever..) Did anyone here have a dumped cshell.dll? Liebe com, ich suche nach der neuesten CShell.dll, welche bereits gedumpt ist, denn seit einigen Tagen kann ich meine CShell nichtmehr dumpen..(warumauchimmer..) Hat hier irgendeiner eine gedumpte cshell.dll? greetz, SkEiTa.
cshell.dll fehlt!!
03/17/2011 - Wolfteam - 10 Replies
Hallo. Ich hab eine frage und hoffe auf antwort: Wenn ich Wolfteam starte kommt erst die Secure Box und dann steht da cshell.dll fehlt. Also meine frage ist:Tretet dieses Problem bei euch auch auf und wo finde ich diese dll und wo muss ich sie einfügen. Vielen dank Gamer806 :mofo:
[Help} Finding Source Code For A .exe
10/31/2010 - Conquer Online 2 - 30 Replies
Hi guys, I need help finding the source code of a .exe I have downloaded. It is a conquer bypasser named lazyman.exe, which you can find on the forums. I need to change the code a bit but am a novice and don't know how to open the .exe help please? Can anyone help?
Fehler W[2007]L[2] CShell.dll
10/27/2010 - CrossFire - 11 Replies
Hi,wenn ihr diese Fehlermeldung bekommt heißt es das CF für eine Zeit Down ist sehn uns später im game !:D:D ;););) :(:(:(:cool::D:D:D:awesome::):):)



All times are GMT +1. The time now is 17:17.


Powered by vBulletin®
Copyright ©2000 - 2026, 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 ©2026 elitepvpers All Rights Reserved.