Skip to content

Commit b8ce74a

Browse files
committed
Update UbisoftAnvil: detect ac shadow
1 parent 123e3e8 commit b8ce74a

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

rules.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ Torque = \.cs\.dso$
192192
TyranoBuilder[] = (?:^|/)tyrano\.js$
193193
TyranoBuilder[] = _tyrano_data\.sav$
194194
UbiArtFramework = pc(?:32)?\.ipk$
195-
UbisoftAnvil = (?:^|/)(?:datapc(?:64)?|gamedatapc_00)\.forge$
195+
UbisoftAnvil = (?:^|/)(?:datapc(?:64|_boot)?|gamedatapc_00)\.forge$
196196
Unigine[] = (?:^|/)Unigine_x(?:86|64)\.dll$
197197
Unigine[] = (?:^|/)core\.ung$
198198
Unity[] = (?:^|/)Unity(?:Engine|Player)\.(?:dylib|dll)$

tests/types/Engine.UbisoftAnvil.txt

+3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
/datapc.forge
22
/datapc64.forge
3+
/datapc_boot.forge
34
/gamedatapc_00.forge
5+
DataPC_boot.forge
46
datapc.forge
57
datapc64.forge
8+
datapc_boot.forge
69
gamedatapc_00.forge
710
multi/DataPC.forge

tests/types/_NonMatchingTests.txt

+1
Original file line numberDiff line numberDiff line change
@@ -997,6 +997,7 @@ test.ipk
997997
datapc_forge
998998
datapc64.forg
999999
datapc_00.forge
1000+
DataPC_boo.forge
10001001
pso2_bin/GameGuarded.des
10011002
Toobbii.EyeX.Client.dlll
10021003
tobbii_gameintegration_x64.dll

0 commit comments

Comments
 (0)