Skip to content

Commit 010b843

Browse files
LifeismanaNintenHero
andcommitted
Add XTrap (SteamDatabase#781)
Co-authored-by: NintenHero <[email protected]>
1 parent e071743 commit 010b843

File tree

4 files changed

+33
-0
lines changed

4 files changed

+33
-0
lines changed

descriptions/AntiCheat.XTrap.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
[**XTrap**](https://wiselogic.co.kr/?ckattempt=1#xtrapsection) is an anti-cheating program created and maintained by WiseLogic.

rules.ini

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ PunkBuster[] = (?:^|/)Punkbuster(?:$|/)
225225
Ricochet = (?:^|/)Randgrid\.sys$
226226
TenProtect = (?:^|/)TP3Helper\.exe$
227227
XIGNCODE3 = \.xem$
228+
XTrap = (?:^|/)(?:XPva0[03]|XTrapExt)\.dll$
228229

229230
[SDK]
230231
Adobe_Flash[] = (?:^|/)Flash[ _]?Player(?:$|/|\.)

tests/types/AntiCheat.XTrap.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
/XPva00.dll
2+
/XPva03.dll
3+
/XTrapExt.dll
4+
UnrealEngine3/Binaries/Win32/XTrap/XTrapExt.dll
5+
XPva00.dll
6+
XPva03.dll
7+
XTrap/XTrapExt.dll
8+
XTrapExt.dll
9+
bin/XPva03.dll
10+
release/XPva00.dll

tests/types/_NonMatchingTests.txt

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1217,6 +1217,27 @@ GameCenterDistribs.xm
12171217
GameCenterDistribs_xml
12181218
greenworks
12191219
abcgreenworks-win32.node
1220+
xtrap
1221+
XPva00_dll
1222+
notactuallyXPva00.dll
1223+
XPva00.dllwhoops
1224+
sub/dir/notactuallyXPva00.dll
1225+
sub/dir/XPva00.dllwhoops
1226+
XPva01_dll
1227+
notactuallyXPva01.dll
1228+
XPva01.dllwhoops
1229+
sub/dir/notactuallyXPva01.dll
1230+
sub/dir/XPva01.dllwhoops
1231+
XPva02_dll
1232+
notactuallyXPva02.dll
1233+
XPva02.dllwhoops
1234+
sub/dir/notactuallyXPva02.dll
1235+
sub/dir/XPva02.dllwhoops
1236+
XPva03_dll
1237+
notactuallyXPva03.dll
1238+
XPva03.dllwhoops
1239+
sub/dir/notactuallyXPva03.dll
1240+
sub/dir/XPva03.dllwhoops
12201241
/files/gamecore/projectiletypes/_e_rpggrenade_d.dds
12211242
files_gamecore_projectiletypes_e_rpggrenade_d.dds
12221243
files/gamecore/blah

0 commit comments

Comments
 (0)