Skip to content

Commit f9054b5

Browse files
authored
Update EAC to look for specific files (#880)
* EAC switch to look for a setup exe string * add EOS setup version * add eac_server64.dll * add EasyAntiCheat.dll * add EasyAntiCheat_x64.dll
1 parent c79b75a commit f9054b5

2 files changed

Lines changed: 15 additions & 12 deletions

File tree

rules.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,7 +237,8 @@ AnyBrain = (?:^|/)anybrainSDK\.dll$
237237
Arbiter = (?:^|/)Arbiter\.dll$
238238
BattlEye = (?:^|/)BEService(?:_x64)?\.exe$
239239
BlackCipher = (?:^|/)BlackCipher/
240-
EasyAntiCheat = EasyAntiCheat
240+
EasyAntiCheat[] = (?:^|/)EasyAntiCheat_(?:EOS_)?Setup\.exe$
241+
EasyAntiCheat[] = (?:^|/)(?:EasyAntiCheat(?:_x64)?|eac_server64)\.dll$
241242
EA_AntiCheat = (?:^|/)EAAntiCheat\.Installer\.exe$
242243
EQU8 = (?:^|/)equ8_conf\.json$
243244
FredaikisAntiCheat = (?:^|/)FredaikisAntiCheat/
Lines changed: 13 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
1-
/EasyAntiCheat/
2-
/EasyAntiCheat/@
3-
@EasyAntiCheat@
4-
EasyAntiCheat
5-
EasyAntiCheat/
6-
EasyAntiCheat/@
7-
EasyAntiCheat/Certificates
8-
EasyAntiCheat/EasyAntiCheat_x64.dll
9-
EasyAntiCheat/EasyAntiCheat_x86.dll
1+
/EasyAntiCheat.dll
2+
/EasyAntiCheat_EOS_Setup.exe
3+
/EasyAntiCheat_Setup.exe
4+
/EasyAntiCheat_x64.dll
5+
/eac_server64.dll
6+
EasyAntiCheat.dll
7+
EasyAntiCheat/EasyAntiCheat_EOS_Setup.exe
108
EasyAntiCheat/cuisine_royale/EasyAntiCheat_Setup.exe
9+
EasyAntiCheat/eac_server64.dll
10+
EasyAntiCheat_EOS_Setup.exe
1111
EasyAntiCheat_Setup.exe
12-
GameData/EasyAntiCheat/EasyAntiCheat_x86.dll
13-
win64/EasyAntiCheat_x64.dll
12+
EasyAntiCheat_x64.dll
13+
eac_server64.dll
14+
h2o_server_Data/Plugins/EasyAntiCheat.dll
15+
launcher/EasyAntiCheat/EasyAntiCheat_x64.dll

0 commit comments

Comments
 (0)