Project 1999

Go Back   Project 1999 > General Community > Rants and Flames

Closed Thread
 
Thread Tools Display Modes
  #31  
Old 10-19-2015, 05:25 PM
SyanideGas SyanideGas is offline
Planar Protector


Join Date: Aug 2011
Posts: 1,276
Default

Quote:
Originally Posted by simp403 [You must be logged in to view images. Log in or Register.]
So how could the EQClient executable access information outside of the access privelages it is granted when it's installed on the system? Swapping out a .dll file won't change these, meaning that P1999 can only access data within the process's allotted memory, in the locations on secondary storage specified by said access privelages, and data that is shared with the process by other processes it interacts with.

So how would the addition of a .dll file allow the EQClient to grab data from the web browser, which is an entirely separate process that does not interact with it whatsoever? How does this executable suddenly get full access to the file management system simply through the addition of a dll? Can someone please let me know if this is possible? I knly just graduated from Comp Sci, but all of these claims seem to be full of shit to me. Am I missing something here?
This sounds pretty legit
__________________

Skarry 60 Assassin | Kumack 60 Oracle | Gyrgol 60 Oracle | Eregion 55 Illusionist
  #32  
Old 10-19-2015, 05:26 PM
Man0warr Man0warr is offline
Planar Protector


Join Date: Nov 2010
Posts: 1,734
Default

It doesn't, which is what Rogean and Secrets are saying. Unless the browser somehow interacted with the EQ executable.
__________________
Green
Tofusin - Monk <Force of Will>
Manowarr - Druid

Blue
Tofusin - 60 Monk <BDA>
Shiroe - 60 Enchanter
Manowarr - 60 Druid
  #33  
Old 10-19-2015, 05:33 PM
dafier dafier is offline
Planar Protector


Join Date: Mar 2015
Location: Buried in a cove.
Posts: 1,380
Default

So. If you try to read what's in your local mem space, it will start a logging process? Or is it modify only?
__________________
Rebbon - BDA
Happy Epic Mage
  #34  
Old 10-19-2015, 05:39 PM
Oleris Oleris is offline
Planar Protector

Oleris's Avatar

Join Date: Dec 2013
Location: Anaheim ด้้้้้็็็็็้้
Posts: 1,382
Default

the best part of the thread was secrets arguing with clayton (last name here) on the FB page.
__________________
<Aftermath> Oleris- 60 epic necro, Olerris- 60 epic monk. Songerino 60 epic Bard

Halloween 2015 event: https://www.twitch.tv/videos/23440971

PL service
https://www.project1999.com/forums/s...d.php?t=313502
  #35  
Old 10-19-2015, 06:03 PM
Secrets Secrets is offline
VIP / Contributor

Secrets's Avatar

Join Date: Oct 2009
Posts: 1,354
Default

Quote:
Originally Posted by Oleris [You must be logged in to view images. Log in or Register.]
the best part of the thread was secrets arguing with clayton (last name here) on the FB page.
[You must be logged in to view images. Log in or Register.]
__________________
Engineer of Things and Stuff, Wearer of Many Hats

“Knowing yourself is the beginning of all wisdom.” — Aristotle
  #36  
Old 10-19-2015, 06:09 PM
Stormfists Stormfists is offline
Banned


Join Date: Sep 2014
Posts: 199
Default

Quote:
Originally Posted by arsenalpow [You must be logged in to view images. Log in or Register.]
You're
You're.
Attached Images
File Type: jpg image.jpg (17.7 KB, 383 views)
  #37  
Old 10-19-2015, 09:04 PM
Ostros Ostros is offline
Kobold

Ostros's Avatar

Join Date: May 2010
Location: Lakeland, FL
Posts: 114
Default

Fucking lol. I was hoping this would end up on RnF.

"YOU WON'T BELIEVE WHAT ROGAIN IS UP TO NOW. PLAYERBASES HATE HIM. FIND OUT WHAT HE CAN DO WITH A SINGLE DYNAMIC LINK LIBRARY."

You ultra-libertarian tinfoils make me confident in life.
__________________
Quote:
The internet is a cruel, anonymous fight club where your weaknesses will be exploited and your fears used against you. Use the internet for entertainment and maybe information, as long as you realize that most of it is false. But if your sole social circle exists entirely online, you're already fucked if you can't hack it alone, because you are.
Sithix Wraithscale - Necro
  #38  
Old 10-19-2015, 09:34 PM
booter booter is offline
Sarnak

booter's Avatar

Join Date: May 2011
Posts: 384
Default

Quote:
Originally Posted by Braknar [You must be logged in to view images. Log in or Register.]
Hahah touche.

Though this isn't new, this comes up often, the answer is the same every time.
Isn't that what Bush did?
__________________
Halfling Jesus
  #39  
Old 10-19-2015, 10:19 PM
simp403 simp403 is offline
Kobold

simp403's Avatar

Join Date: Jul 2015
Posts: 100
Default

Quote:
Originally Posted by dafier [You must be logged in to view images. Log in or Register.]
So. If you try to read what's in your local mem space, it will start a logging process? Or is it modify only?
Every process is allotted a portion of memory it can use at runtime. This process cannot access the memory space of any other process by virtue of the process control board unless specifically allowed to do so. When you ask can "you" read, do you mean you as a user accessing the memory? It's definitely possible to grab the data in memory, but from what I've seen, a number of games, usually MMOs, have code built in that detects if you access its process memory and will kick you. This is implemented to help combat botting and I know ArcheAge had something like this in place.
__________________
Dinobots
  #40  
Old 10-19-2015, 10:28 PM
simp403 simp403 is offline
Kobold

simp403's Avatar

Join Date: Jul 2015
Posts: 100
Default

Sorry for the double post. To clarify, I'm pretty sure you can still write a program that accesses the process memory of another process. This is what MQ does from what I gather. However, the process whose memory is being access can see what other processes are interacting with it, which is how I think anti-cheat measures are created to combat things like client-side hacking and grabbing or altering the game's memory.

This is what I believe Rogean's code does: it detects whether or not another program is accessing EverQuest's memory space and sends information on that program to his server. This is how he can see the filepath that MQ was installed in. When a program runs, it does not run as "program.exe". It runs as "C:/Program Files/fuckyou/program.exe". Being able to see the filepath and the machine's name does not mean the program has access to other information in your system.

Furthermore, the Everquest client code is not altered whatsoever by Rogean. I believe this means that it will only be able to access primary and secondary memory that the actual EverQuest game could access. In other words, Rogean cannot somehow change the client such that it can grab web browser information or other system information outside of the information it normally has access to just by adding in a dll file.
__________________
Dinobots
Closed Thread


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 07:59 AM.


Everquest is a registered trademark of Daybreak Game Company LLC.
Project 1999 is not associated or affiliated in any way with Daybreak Game Company LLC.
Powered by vBulletin®
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.