From e8ca92c32169bbb42093ac9e02926c3c7140d9c0 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 1 May 2024 11:06:47 -0500 Subject: [PATCH 1/7] Add XTrap rules --- rules.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rules.ini b/rules.ini index 3a0ebe039..352aaf65d 100644 --- a/rules.ini +++ b/rules.ini @@ -212,6 +212,8 @@ PunkBuster[] = (?:^|/)Punkbuster(?:$|/) Ricochet = (?:^|/)Randgrid\.sys$ TenProtect = (?:^|/)TP3Helper\.exe$ XIGNCODE3 = \.xem$ +XTrap[] = (?:^|/)xtrap/ +XTrap[] = (?:^|/)XPva0[123]\.dll$ [SDK] Adobe_Flash[] = (?:^|/)Flash[ _]?Player(?:$|/|\.) From 3f666c06bafd93a700f88ae6a4f34bd97d129e02 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 1 May 2024 11:08:23 -0500 Subject: [PATCH 2/7] Create AntiCheat.XTrap.txt --- tests/types/AntiCheat.XTrap.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/types/AntiCheat.XTrap.txt diff --git a/tests/types/AntiCheat.XTrap.txt b/tests/types/AntiCheat.XTrap.txt new file mode 100644 index 000000000..a7f7963bb --- /dev/null +++ b/tests/types/AntiCheat.XTrap.txt @@ -0,0 +1,8 @@ +/XPva01.dll +/XPva02.dll +/XPva03.dll +/XTrap/ +XPva01.dll +XPva02.dll +XPva03.dll +XTrap/ From 30e03af0ec0f86fcf3eb184c927ce45791108c79 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 1 May 2024 11:10:15 -0500 Subject: [PATCH 3/7] Add non matching tests for XTrap --- tests/types/_NonMatchingTests.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index ad2360316..9ef524963 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -1131,6 +1131,7 @@ GameCenterDistribs.xm GameCenterDistribs_xml greenworks abcgreenworks-win32.node +xtrap /files/gamecore/projectiletypes/_e_rpggrenade_d.dds files_gamecore_projectiletypes_e_rpggrenade_d.dds files/gamecore/blah From 6aace0c6fd16875e0a923d2f55244f16bb8dac21 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 1 May 2024 11:15:57 -0500 Subject: [PATCH 4/7] Create AntiCheat.XTrap.md --- descriptions/AntiCheat.XTrap.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 descriptions/AntiCheat.XTrap.md diff --git a/descriptions/AntiCheat.XTrap.md b/descriptions/AntiCheat.XTrap.md new file mode 100644 index 000000000..141f5d036 --- /dev/null +++ b/descriptions/AntiCheat.XTrap.md @@ -0,0 +1 @@ +[**XTrap**](https://wiselogic.co.kr/?ckattempt=1#xtrapsection) is an anti-cheating program created and maintained by WiseLogic. From f629dfb2ef877ae9018a8e4b91c3032e1c8afa33 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 1 May 2024 11:29:46 -0500 Subject: [PATCH 5/7] Add XPva00.dll to XTrap rules --- rules.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules.ini b/rules.ini index 352aaf65d..2b61e7373 100644 --- a/rules.ini +++ b/rules.ini @@ -213,7 +213,7 @@ Ricochet = (?:^|/)Randgrid\.sys$ TenProtect = (?:^|/)TP3Helper\.exe$ XIGNCODE3 = \.xem$ XTrap[] = (?:^|/)xtrap/ -XTrap[] = (?:^|/)XPva0[123]\.dll$ +XTrap[] = (?:^|/)XPva0[0-3]\.dll$ [SDK] Adobe_Flash[] = (?:^|/)Flash[ _]?Player(?:$|/|\.) From bc949c6a218d0666621c6c81a2b144b0909df5b5 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 1 May 2024 11:30:31 -0500 Subject: [PATCH 6/7] Add XPva00.dll to AntiCheat.XTrap.txt --- tests/types/AntiCheat.XTrap.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/types/AntiCheat.XTrap.txt b/tests/types/AntiCheat.XTrap.txt index a7f7963bb..55cd22a3c 100644 --- a/tests/types/AntiCheat.XTrap.txt +++ b/tests/types/AntiCheat.XTrap.txt @@ -1,7 +1,9 @@ +/XPva00.dll /XPva01.dll /XPva02.dll /XPva03.dll /XTrap/ +XPva00.dll XPva01.dll XPva02.dll XPva03.dll From b684a66c6b6628bd5e3a3d083d531da831d1af41 Mon Sep 17 00:00:00 2001 From: NintenHero <37460517+MichaelHinrichs@users.noreply.github.com> Date: Wed, 1 May 2024 17:36:47 -0500 Subject: [PATCH 7/7] Update non matching tests for XTrap --- tests/types/_NonMatchingTests.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/tests/types/_NonMatchingTests.txt b/tests/types/_NonMatchingTests.txt index 9ef524963..c80b6d645 100644 --- a/tests/types/_NonMatchingTests.txt +++ b/tests/types/_NonMatchingTests.txt @@ -1132,6 +1132,26 @@ 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