View Full Version : .dll
Gel Mibson
05-01-2013, 05:20 PM
not saying the staff will, but i heard one of these files in the folder like tracks everything i do on my computer, so in theory, can't they see when people log private e-mails, bank accounts, etc?
gotrocks
05-02-2013, 12:24 AM
negative. its explained in another thread ill dig it up later.
sort of the wrong forum for this, just a heads up
Gel Mibson
05-02-2013, 08:28 AM
sorry! didn't know where to post
gotrocks
05-02-2013, 08:31 AM
no worries
falkun
05-02-2013, 08:39 AM
sort of the wrong forum for this, just a heads up
On the contrary, I feel technical discussion is the perfect place to argue details of the anti-hack dll. Its a technical/code discussion about server-specific Everquest code, its intentional (not a server bug).
As far as the DLL's function, I'll refer you to:
Not trying to troll here, but doesn't dsetup.dll read the unique BIOS strings of the system and attempt to detect if its running in a wine or virtualbox environment?
Nope. Doesn't do anything even remotely close to that.
The dsetup.dll has also been packaged with a packer that encrypts the contents of the dll and kills EQ if it detects a debugger running.
This is true, one of the ways people try to circumvent the DLL is by using debuggers to see the call stacks and the way that our DLL interacts with the EQ process, among other reasons that someone would use a debugger on the client, the majority of those reasons are malicious. And yes, the contents are encrypted, that is a no brainer.. if they weren't it would be cracked/bypassed within minutes.
I was always under the impression that some data was being sent back -- are you saying it is in fact not?
The way most third party programs work is by injecting themselves into the client. When our DLL detects this occur, information about all the modules loaded into the EQ client get logged and sent. Let me be clear that it is only the modules loaded into the game itself that are sent. This is contained within the EQ Process.
Other than that, the only information that is sent on a regular basis would be hardware ID's that we can use to distinguish your computer from anyone else's. This helps us deter two boxing and track down hackers, dupers, RMT, and etc even if they change their external IP address, which is a common occurance. These ID's are arbitrary and do not personally identify you in any way.
To be honest, more information could be gained from the public IP address you use to access anything and everything, than we could get from anything the DLL sends us.
Gel Mibson
05-02-2013, 08:39 AM
Thanks for the quick replies
gotrocks
05-02-2013, 08:48 AM
thats the post i was lookin for, thanks falkun :)
vBulletin® v3.8.11, Copyright ©2000-2025, vBulletin Solutions Inc.