Register for your free account! | Forgot your password?

Go Back   elitepvpers > MMORPGs > Aion
You last visited: Today at 06:42

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

Advertisement



Aion Game.DLL

Discussion on Aion Game.DLL within the Aion forum part of the MMORPGs category.

Reply
 
Old   #1
 
elite*gold: 0
Join Date: Aug 2008
Posts: 6
Received Thanks: 0
Aion Game.DLL

Why does game.dll address change when Aion is loaded into Sandboxie?
and how can I account for this when reading at game.dll + Offset?

Please someone enlighten me.
XanOwnS is offline  
Old 01/14/2013, 07:07   #2
 
elite*gold: 0
Join Date: Feb 2006
Posts: 629
Received Thanks: 195
The base address of Game.dll is determined at runtime, that is why it changes.

You can programmatically determine the base address by checking the .
lucid is offline  
Thanks
1 User
Old 01/14/2013, 22:12   #3


 
buFFy!'s Avatar
 
elite*gold: 1826
Join Date: Mar 2009
Posts: 4,310
Received Thanks: 6,283
This might help you.
Taken from my Pattern Scanner, you will have to adjust it.

Code:
	boolean InitiateScanner()
	{
		this->hProcess = OpenProcess(PROCESS_ALL_ACCESS, false, this->dwProcessId);
		if( this->hProcess == NULL )
			return false;

		MODULEINFO moduleInfo;
		MODULEENTRY32 modEntry = { sizeof(MODULEENTRY32) };
		HANDLE TH32S = CreateToolhelp32Snapshot(TH32CS_SNAPMODULE, this->dwProcessId);
		if( TH32S == NULL )
			return false;

		Module32First(TH32S, &modEntry);
		do
		{
			char buffer[100];
			wcstombs(buffer, modEntry.szModule, 100);
			if(!strcmp(buffer, szModule))
			{
				if(GetModuleInformation(this->hProcess, modEntry.hModule, &moduleInfo, sizeof(moduleInfo) ))
				{
					this->dwModuleEntry = (DWORD)moduleInfo.EntryPoint;
					this->dwModuleSize = (DWORD)moduleInfo.SizeOfImage;
					this->dwModuleBase = (DWORD)moduleInfo.lpBaseOfDll;
					return true;
				}
				return false;
			}
			modEntry.dwSize = sizeof(MODULEENTRY32);
		} while ( Module32Next(TH32S, &modEntry) );

		return false;
	}
buFFy! is offline  
Reply

Tags
aion


Similar Threads Similar Threads
Selling [GAMEZ AION] [Elite Game Server] [AION NA] Accounts!!
05/08/2012 - Aion Trading - 7 Replies
Hi, I'm selling my GAMEZ Account on the server Lumiel (stigmasystem server from GAMEZ) the account has 1.5k credits so you can activate VIP and mule all items off!! chars are negligible!! Items: 1x Stormwing Plate Set +15 with crit+17 and block+27 manastones 1x Stormwings Warhammer Set +15 with crit+17 manastones
[Release] Unpacked Aion binaries version 1.9.0.1 (aion.bin, crysystem.dll, game.dll)
07/29/2010 - Aion Private Server - 4 Replies
Subj. These files are meant for educational purposes only. I take no responsibility for the stuff anybody does with the help of these files. Thx, Zloba. P.S.: Admins move this topic to "Aion Hacks, Bots, Cheats & Exploits" please.
[Release] Unpacked Aion binaries version 1.5.1.10 (aion.bin, crysystem.dll, game.dll)
06/19/2010 - Aion Hacks, Bots, Cheats & Exploits - 3 Replies
Here are the unpacked binaries of the Aion version 1.5.1.10 which some private servers use. The files were unpacked by me. Protection used was Winlicense/Themida. Just copy the binaries into the "bin32" folder in your Aion directory and do what ever you like. Anti-virus sofware may alarm, don't worry the files are clean. The false positive is probably caused by Themida. I left the game.dll untouched with all the sections Themida left that's why the size is so big. I didn't clean...



All times are GMT +2. The time now is 06:42.


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.