From 6ddf9249b973e2a9e2eb831536055d4e86fb1ef5 Mon Sep 17 00:00:00 2001 From: Lucas <31241699+nitrog0d@users.noreply.github.com> Date: Fri, 10 Apr 2026 20:46:13 -0300 Subject: [PATCH] mfuscator --- descriptions/AntiCheat.Mfuscator.md | 1 + rules.ini | 2 ++ tests/types/AntiCheat.Mfuscator.txt | 2 ++ 3 files changed, 5 insertions(+) create mode 100644 descriptions/AntiCheat.Mfuscator.md create mode 100644 tests/types/AntiCheat.Mfuscator.txt diff --git a/descriptions/AntiCheat.Mfuscator.md b/descriptions/AntiCheat.Mfuscator.md new file mode 100644 index 000000000..35a19d8b2 --- /dev/null +++ b/descriptions/AntiCheat.Mfuscator.md @@ -0,0 +1 @@ +**Mfuscator** is an obfuscator for .NET assemblies used in games to protect their code against reverse engineering and tampering, typically producing a paired set of `Game.dll` and `Engine.dll` files in the game's root folder. diff --git a/rules.ini b/rules.ini index e65448e65..04b511bd6 100644 --- a/rules.ini +++ b/rules.ini @@ -252,6 +252,8 @@ EA_AntiCheat = (?:^|/)EAAntiCheat\.Installer\.exe$ EQU8 = (?:^|/)equ8_conf\.json$ FredaikisAntiCheat = (?:^|/)FredaikisAntiCheat/ HackShield = (?:^|/)HShield/HSInst\.dll$ +Mfuscator[] = ^Game\.dll$ +Mfuscator[] = ^Engine\.dll$ NetEase_AntiCheatExperts = (?:^|/)NeacSafe64(?:_ex)?\.sys$ NetEase_Yidun = (?:^|/)NEP2\.dll$ nProtect_GameGuard = (?:^|/)gameguard\.des$ diff --git a/tests/types/AntiCheat.Mfuscator.txt b/tests/types/AntiCheat.Mfuscator.txt new file mode 100644 index 000000000..27e656073 --- /dev/null +++ b/tests/types/AntiCheat.Mfuscator.txt @@ -0,0 +1,2 @@ +Game.dll +Engine.dll