Skip to content

Commit 901684c

Browse files
Added additional Yarn Spinner pattern to detect post-IL2CPP files
This should detect games like The Berlin Apartment which are currently false negatives.
1 parent f76f527 commit 901684c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rules.ini

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,8 @@ Vorbis = vorbis
358358
Wwise[] = (?:^|/)Ak(?:Unity)?SoundEngine(?:dll)?\.(?:bundle|dll)$
359359
Wwise[] = (?:^|/)WwiseGDNative\.dll$
360360
XAudio2 = (?:^|/)xaudio2_9redist\.dll$
361-
Yarn_Spinner = (?:^|/)YarnSpinner\.dll$
361+
Yarn_Spinner[] = (?:^|/)YarnSpinner\.dll$
362+
Yarn_Spinner[] = (?:^|/)Yarn\.System\.(?:Buffers|Memory|Numerics\.Vectors)\.dll-resources.dat
362363
ZStandard = (?:^|/)zstd\.dll$
363364

364365
[Launcher]

0 commit comments

Comments
 (0)