Skip to content
This repository has been archived by the owner on Sep 15, 2024. It is now read-only.

Injector works when EAC is off #5

Open
Azuriye opened this issue May 1, 2023 · 2 comments
Open

Injector works when EAC is off #5

Azuriye opened this issue May 1, 2023 · 2 comments

Comments

@Azuriye
Copy link

Azuriye commented May 1, 2023

I am using ExampleDLL before proceeding and as expected when EAC is off it displays a Message Box saying Injected!!!.

When I switch back my EAC on for the game and do the exact same procedure it doesn't seem to display the message box anymore. I assume it's more of an issue with EAC than this project? not sure if this is supposed to happen...

@MellowNight
Copy link
Owner

Try using CreateFile & WriteFile to log a test message, and see if it works on EAC.

@XetalEngine
Copy link

Hey whats up guys.
I compiled AetherVisor.sys,
Injector-Driver.sys
Mapped all with kdmapper(the cruz) using default options. (no mld etc)

Put the OWClient.dll file in OW install directory to mimmic the path defined on:
#define HOST_DLL_PATH "C:\Program Files (x86)...

InjectorClient:

put the path of example.dll (tried both complete path, and just name since it was on the same folder)
put the PID when asked...

No errors.
Seems like OWClient.dll gets loaded into the process but example.dll doesnt execute.
I tried with both Overwolf app runing, and not runing.

Battleye is off, so it's not a BE issue

win 10 2004
AMD 5950x
Hyperv on (this an issue?)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@MellowNight @Azuriye @XetalEngine and others