Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add XTrap AntiCheat #781

Open
wants to merge 7 commits into
base: main
Choose a base branch
from
Open
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.XTrap.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[**XTrap**](https://wiselogic.co.kr/?ckattempt=1#xtrapsection) is an anti-cheating program created and maintained by WiseLogic.
2 changes: 2 additions & 0 deletions rules.ini
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,8 @@ PunkBuster[] = (?:^|/)Punkbuster(?:$|/)
Ricochet = (?:^|/)Randgrid\.sys$
TenProtect = (?:^|/)TP3Helper\.exe$
XIGNCODE3 = \.xem$
XTrap[] = (?:^|/)xtrap/
XTrap[] = (?:^|/)XPva0[0-3]\.dll$

[SDK]
Adobe_Flash[] = (?:^|/)Flash[ _]?Player(?:$|/|\.)
Expand Down
10 changes: 10 additions & 0 deletions tests/types/AntiCheat.XTrap.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
/XPva00.dll
/XPva01.dll
/XPva02.dll
/XPva03.dll
/XTrap/
XPva00.dll
XPva01.dll
XPva02.dll
XPva03.dll
XTrap/
21 changes: 21 additions & 0 deletions tests/types/_NonMatchingTests.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1131,6 +1131,27 @@ GameCenterDistribs.xm
GameCenterDistribs_xml
greenworks
abcgreenworks-win32.node
xtrap
XPva00_dll
notactuallyXPva00.dll
XPva00.dllwhoops
sub/dir/notactuallyXPva00.dll
sub/dir/XPva00.dllwhoops
XPva01_dll
notactuallyXPva01.dll
XPva01.dllwhoops
sub/dir/notactuallyXPva01.dll
sub/dir/XPva01.dllwhoops
XPva02_dll
notactuallyXPva02.dll
XPva02.dllwhoops
sub/dir/notactuallyXPva02.dll
sub/dir/XPva02.dllwhoops
XPva03_dll
notactuallyXPva03.dll
XPva03.dllwhoops
sub/dir/notactuallyXPva03.dll
sub/dir/XPva03.dllwhoops
/files/gamecore/projectiletypes/_e_rpggrenade_d.dds
files_gamecore_projectiletypes_e_rpggrenade_d.dds
files/gamecore/blah
Expand Down