Skip to content

Commit

Permalink
Adjust Overwolf module names
Browse files Browse the repository at this point in the history
gep_minecraft.dll is the payload they actually inject, which
has no version information or description.
  • Loading branch information
jellysquid3 committed Nov 3, 2024
1 parent 716ee93 commit 04a130c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public class ModuleScanner {
};

private static final String[] OVERWOLF_OVERLAY_MODULE_NAMES = {
"GEPPlugin64.dll"
"gep_minecraft.dll"
};

public static void checkModules(NativeWindowHandle window) {
Expand Down

0 comments on commit 04a130c

Please sign in to comment.