Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions descriptions/AntiCheat.Mfuscator.md
Original file line number Diff line number Diff line change
@@ -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.
2 changes: 2 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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$
Expand Down
2 changes: 2 additions & 0 deletions tests/types/AntiCheat.Mfuscator.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
Game.dll
Engine.dll