Skip to content
This repository has been archived by the owner on Feb 21, 2023. It is now read-only.

mathisvickie/EAC-Emulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

EAC-Emulator

Usermode emulation of x64 EAC

This usermode x64 dll is used to emulate x64 EAC. I created it for game Enlisted but it can be used for any other game for debugging. Upon starting game without EAC launcher (directly thru game exe) inject the dll into game process. It will hook imports for LoadLibrary and GetProcAddress to redirect execution to dummy functions. Unfortunately you will get kicked after few minutes of online gameplay because of heartbeat. Before using on custom game, check which functions from EAC dll are used to add their dummies in GetProcAddress hook and extend interface(s) if needed.