├── .devcontainer └── devcontainer.json ├── .editorconfig ├── .gitattributes ├── .github ├── ISSUE_TEMPLATE │ ├── 1_false_positive.yml │ ├── 2_false_negative.yml │ ├── 5_type_engine.yml │ ├── 6_type_sdk.yml │ ├── 7_type_ac.yml │ ├── 8_type_launcher.yml │ └── config.yml ├── dependabot.yml ├── labeler.yml ├── pull_request_template.md └── workflows │ ├── labeler.yml │ └── test.yml ├── .gitignore ├── .vscode └── launch.json ├── CONTRIBUTING.md ├── KNOWN_UNDETECTIONS.md ├── LICENSE ├── README.md ├── descriptions ├── AntiCheat.AntiCheatExpert.md ├── AntiCheat.AnyBrain.md ├── AntiCheat.BattlEye.md ├── AntiCheat.BlackCipher.md ├── AntiCheat.EA_AntiCheat.md ├── AntiCheat.EQU8.md ├── AntiCheat.EasyAntiCheat.md ├── AntiCheat.FredaikisAntiCheat.md ├── AntiCheat.HackShield.md ├── AntiCheat.NetEase_AntiCheatExperts.md ├── AntiCheat.NetEase_Yidun.md ├── AntiCheat.PunkBuster.md ├── AntiCheat.Ricochet.md ├── AntiCheat.TenProtect.md ├── AntiCheat.XIGNCODE3.md ├── AntiCheat.nProtect_GameGuard.md ├── Container.Electron.md ├── Emulator.DOSBOX.md ├── Emulator.SCUMMVM.md ├── Engine.001GameCreator.md ├── Engine.3D_GameStudio.md ├── Engine.4A_Engine.md ├── Engine.AGI.md ├── Engine.Adobe_AIR.md ├── Engine.AdventureGameStudio.md ├── Engine.Alpha_Engine.md ├── Engine.Amazon_Lumberyard.md ├── Engine.ApexEngine.md ├── Engine.AppGameKit.md ├── Engine.Argon.md ├── Engine.Asura.md ├── Engine.Aurora.md ├── Engine.BKEngine.md ├── Engine.BabylonJS.md ├── Engine.Bitsquid.md ├── Engine.BlenderGameEngine.md ├── Engine.Blitz3D.md ├── Engine.Buddha.md ├── Engine.Build.md ├── Engine.C4_Engine.md ├── Engine.CTG_OR_Geo-Mod.md ├── Engine.CatSystem2.md ├── Engine.ChoiceScript.md ├── Engine.ChromeEngine.md ├── Engine.Clausewitz.md ├── Engine.ClickTeamFusion.md ├── Engine.Cobra.md ├── Engine.Cocos.md ├── Engine.Construct.md ├── Engine.CopperCube.md ├── Engine.CryEngine.md ├── Engine.Danmakufu.md ├── Engine.Defold.md ├── Engine.Diesel.md ├── Engine.Divinity_Engine.md ├── Engine.Eclipse_Engine.md ├── Engine.EngineX.md ├── Engine.Essence_Engine.md ├── Engine.FBN.md ├── Engine.FNA.md ├── Engine.FPS_Creator.md ├── Engine.FalcoEngine.md ├── Engine.Fase.md ├── Engine.FlatRedBall.md ├── Engine.Flexi.md ├── Engine.Frostbite.md ├── Engine.GDevelop.md ├── Engine.GZDoom.md ├── Engine.GameBox.md ├── Engine.GameGuru.md ├── Engine.GameMaker.md ├── Engine.Gideros.md ├── Engine.Glacier.md ├── Engine.GlyphX.md ├── Engine.Godot.md ├── Engine.GoldSource.md ├── Engine.HaemimontSol.md ├── Engine.HashLink.md ├── Engine.Heaps.md ├── Engine.IRISZOOM.md ├── Engine.IW_Engine.md ├── Engine.Infernal_Engine.md ├── Engine.Infinity.md ├── Engine.Irrlicht.md ├── Engine.KMY.md ├── Engine.Katana.md ├── Engine.Kex.md ├── Engine.KiriKiri.md ├── Engine.Lightvn.md ├── Engine.Lime_OR_OpenFL.md ├── Engine.Liquid.md ├── Engine.LithTech.md ├── Engine.Love2D.md ├── Engine.Marmalade.md ├── Engine.MonoGame.md ├── Engine.NScripter.md ├── Engine.NeoX.md ├── Engine.Nitrous.md ├── Engine.NovaLogic_Engine.md ├── Engine.OGRE.md ├── Engine.Panda3D.md ├── Engine.Phaser.md ├── Engine.Phyre.md ├── Engine.Pico8.md ├── Engine.PlayFirstPlayground.md ├── Engine.PopcapGamesFramework.md ├── Engine.Prism3D.md ├── Engine.PyGame.md ├── Engine.RAGE.md ├── Engine.REDengine.md ├── Engine.RE_Engine.md ├── Engine.RPGMaker.md ├── Engine.RPG_Developer_Bakin.md ├── Engine.Rayne.md ├── Engine.RealVirtuality.md ├── Engine.RenPy.md ├── Engine.S2_Engine_HD.md ├── Engine.SCI.md ├── Engine.SRPG_Studio.md ├── Engine.SakanaGL.md ├── Engine.Serious_Engine.md ├── Engine.ShiVa3D.md ├── Engine.Silk.md ├── Engine.SmileGameBuilder.md ├── Engine.Snowdrop.md ├── Engine.Solar2D.md ├── Engine.Source.md ├── Engine.Source2.md ├── Engine.Stencyl.md ├── Engine.Stride.md ├── Engine.TelltaleTool.md ├── Engine.Torque.md ├── Engine.TyranoBuilder.md ├── Engine.UbiArtFramework.md ├── Engine.UbisoftAnvil.md ├── Engine.Unigine.md ├── Engine.Unity.md ├── Engine.Unreal.md ├── Engine.Virtools.md ├── Engine.Vision.md ├── Engine.VisionaireStudio.md ├── Engine.VisualNovelMaker.md ├── Engine.Warscape.md ├── Engine.Wintermute.md ├── Engine.WolfRPGEditor.md ├── Engine.X-Ray.md ├── Engine.XNA.md ├── Engine.Xors3D.md ├── Engine.YU-RIS.md ├── Engine.Zouna.md ├── Engine.iFAction.md ├── Engine.idTech.md ├── Engine.jMonkeyEngine.md ├── Launcher.EA_App.md ├── Launcher.Gaijin.md ├── Launcher.Glyph.md ├── Launcher.MyGames.md ├── Launcher.Netmarble.md ├── Launcher.Nexon.md ├── Launcher.Paradox_Launcher.md ├── Launcher.Rockstar.md ├── Launcher.Ubisoft.md ├── Launcher.Wargaming.md ├── SDK.AMD_FidelityFX.md ├── SDK.AMD_GPU_Services.md ├── SDK.AMD_TrueAudio_Next.md ├── SDK.Adobe_Flash.md ├── SDK.Allegro.md ├── SDK.Anzu.md ├── SDK.Autodesk_FBX.md ├── SDK.Awesomium.md ├── SDK.Azure_Playfab_Party.md ├── SDK.BASS.md ├── SDK.Bink_Video.md ├── SDK.Box2D.md ├── SDK.BugTrap.md ├── SDK.CEF.md ├── SDK.CRIWARE.md ├── SDK.Coherent.md ├── SDK.DirectStorage.md ├── SDK.Discord.md ├── SDK.Dissonance.md ├── SDK.E-mote.md ├── SDK.EpicOnlineServices.md ├── SDK.FMOD.md ├── SDK.FishNet.md ├── SDK.FluidSynth.md ├── SDK.FreeImage.md ├── SDK.Game_Development_Kit.md ├── SDK.Granny_3D.md ├── SDK.Greenworks.md ├── SDK.Intel_OID.md ├── SDK.Intel_XeSS.md ├── SDK.Intel_oneTBB.md ├── SDK.JVM.md ├── SDK.LWJGL.md ├── SDK.Lua.md ├── SDK.Miles_Sound_System.md ├── SDK.Mirror.md ├── SDK.Modio.md ├── SDK.NVIDIA_APEX.md ├── SDK.NVIDIA_Ansel.md ├── SDK.NVIDIA_CUDA.md ├── SDK.NVIDIA_DLSS.md ├── SDK.NVIDIA_DLSS_FrameGen.md ├── SDK.NVIDIA_FleX.md ├── SDK.NVIDIA_GeForce_Now.md ├── SDK.NVIDIA_HairWorks.md ├── SDK.NVIDIA_Highlights.md ├── SDK.NVIDIA_Nsight_Aftermath.md ├── SDK.NVIDIA_PhysX.md ├── SDK.NVIDIA_Real-Time_Denoisers.md ├── SDK.NVIDIA_Reflex.md ├── SDK.NVIDIA_Streamline.md ├── SDK.NVIDIA_TXAA.md ├── SDK.NVIDIA_Texture_Tools.md ├── SDK.NWJS.md ├── SDK.NodeJS.md ├── SDK.NoesisGUI.md ├── SDK.NvCloth.md ├── SDK.ODIN.md ├── SDK.OculusXRPlugin.md ├── SDK.Ogg.md ├── SDK.Oodle.md ├── SDK.OpenAL.md ├── SDK.OpenSSL.md ├── SDK.OpenTK.md ├── SDK.OpenVR.md ├── SDK.OpenXR.md ├── SDK.Opus.md ├── SDK.PathEngine.md ├── SDK.Photon.md ├── SDK.Protocol_Buffers.md ├── SDK.Python.md ├── SDK.Qt.md ├── SDK.Razer_CChromaEditor.md ├── SDK.Resonance_Audio.md ├── SDK.SDL.md ├── SDK.SFML.md ├── SDK.Sentry.md ├── SDK.SharpDX.md ├── SDK.SlimDX.md ├── SDK.Smacker_Video.md ├── SDK.Sodium.md ├── SDK.Squall.md ├── SDK.Steam_Audio.md ├── SDK.Steam_Networking.md ├── SDK.SteamworksNET.md ├── SDK.TeamSpeak.md ├── SDK.Tencent_GCloud.md ├── SDK.Tencent_GME.md ├── SDK.Tiled.md ├── SDK.Tobii.md ├── SDK.Ultraleap.md ├── SDK.UnityBurst.md ├── SDK.UnityEntities.md ├── SDK.UnityHDRP.md ├── SDK.UnityHybridRenderer.md ├── SDK.UnityIL2CPP.md ├── SDK.UnityMultiplayerServices.md ├── SDK.UnityURP.md ├── SDK.V8.md ├── SDK.Vivox.md ├── SDK.Vorbis.md ├── SDK.Wwise.md ├── SDK.XAudio2.md ├── SDK.Yarn_Spinner.md ├── SDK.ZStandard.md ├── SDK.cURL.md ├── SDK.iCue.md ├── SDK.iZotope.md ├── SDK.irrKlang.md └── SDK.trueSKY.md ├── rules.ini └── tests ├── CheckLocalFolder.php ├── FileDetector.php ├── GenerateTestStrings.php ├── Test.php ├── composer.json ├── filelists ├── Engine.ApexEngine.txt ├── Engine.Aurora.txt ├── Engine.GameMaker.211580.txt ├── Engine.GameMaker.242680.txt ├── Engine.GameMaker.247020.txt ├── Engine.GameMaker.94400.txt ├── Engine.Godot.1041180.txt ├── Engine.Godot.1068800.txt ├── Engine.Godot.1072280.txt ├── Engine.Godot.1301410.txt ├── Engine.Godot.1388770.txt ├── Engine.Godot.1395270.txt ├── Engine.Godot.1612950.txt ├── Engine.Godot.1698620.txt ├── Engine.Godot.388490.txt ├── Engine.Godot.863331.txt ├── Engine.Godot.CrueltySquad.txt ├── Engine.Godot.DeepSixed.txt ├── Engine.Godot.LuckBeALandlord.txt ├── Engine.Godot.MMASimulator.txt ├── Engine.Godot.TestLinux32.txt ├── Engine.Godot.TestLinux32Old.txt ├── Engine.Godot.TestLinux64.txt ├── Engine.Godot.TestLinuxNoExt.txt ├── Engine.Godot.TestMacOS.txt ├── Engine.Godot.TestMultipleData.txt ├── Engine.Godot.TestWindows.txt ├── Engine.Heaps.txt ├── Engine.Infinity.txt ├── Engine.RAGE.txt ├── Engine.SCI.txt ├── Engine.Unity.FallGuys.txt ├── Engine.idTech.0.txt └── Engine.idTech.1.txt ├── phpstan.neon └── types ├── AntiCheat.AntiCheatExpert.txt ├── AntiCheat.AnyBrain.txt ├── AntiCheat.BattlEye.txt ├── AntiCheat.BlackCipher.txt ├── AntiCheat.EA_AntiCheat.txt ├── AntiCheat.EQU8.txt ├── AntiCheat.EasyAntiCheat.txt ├── AntiCheat.FredaikisAntiCheat.txt ├── AntiCheat.HackShield.txt ├── AntiCheat.NetEase_AntiCheatExperts.txt ├── AntiCheat.NetEase_Yidun.txt ├── AntiCheat.PunkBuster.txt ├── AntiCheat.Ricochet.txt ├── AntiCheat.TenProtect.txt ├── AntiCheat.XIGNCODE3.txt ├── AntiCheat.nProtect_GameGuard.txt ├── Container.Electron.txt ├── Emulator.DOSBOX.txt ├── Emulator.SCUMMVM.txt ├── Engine.001GameCreator.txt ├── Engine.3D_GameStudio.txt ├── Engine.4A_Engine.txt ├── Engine.AGI.txt ├── Engine.Adobe_AIR.txt ├── Engine.AdventureGameStudio.txt ├── Engine.Alpha_Engine.txt ├── Engine.Amazon_Lumberyard.txt ├── Engine.AppGameKit.txt ├── Engine.Argon.txt ├── Engine.Asura.txt ├── Engine.BKEngine.txt ├── Engine.BabylonJS.txt ├── Engine.Bitsquid.txt ├── Engine.BlenderGameEngine.txt ├── Engine.Blitz3D.txt ├── Engine.Buddha.txt ├── Engine.Build.txt ├── Engine.C4_Engine.txt ├── Engine.CTG_OR_Geo-Mod.txt ├── Engine.CatSystem2.txt ├── Engine.ChoiceScript.txt ├── Engine.ChromeEngine.txt ├── Engine.Clausewitz.txt ├── Engine.ClickTeamFusion.txt ├── Engine.Cobra.txt ├── Engine.Cocos.txt ├── Engine.Construct.txt ├── Engine.CopperCube.txt ├── Engine.CryEngine.txt ├── Engine.Danmakufu.txt ├── Engine.Defold.txt ├── Engine.Diesel.txt ├── Engine.Divinity_Engine.txt ├── Engine.Eclipse_Engine.txt ├── Engine.EngineX.txt ├── Engine.Essence_Engine.txt ├── Engine.FBN.txt ├── Engine.FNA.txt ├── Engine.FPS_Creator.txt ├── Engine.FalcoEngine.txt ├── Engine.Fase.txt ├── Engine.FlatRedBall.txt ├── Engine.Flexi.txt ├── Engine.Frostbite.txt ├── Engine.GDevelop.txt ├── Engine.GZDoom.txt ├── Engine.GameBox.txt ├── Engine.GameGuru.txt ├── Engine.GameMaker.txt ├── Engine.Gideros.txt ├── Engine.Glacier.txt ├── Engine.GlyphX.txt ├── Engine.Godot.txt ├── Engine.GoldSource.txt ├── Engine.HaemimontSol.txt ├── Engine.HashLink.txt ├── Engine.IRISZOOM.txt ├── Engine.IW_Engine.txt ├── Engine.Infernal_Engine.txt ├── Engine.Irrlicht.txt ├── Engine.KMY.txt ├── Engine.Katana.txt ├── Engine.Kex.txt ├── Engine.KiriKiri.txt ├── Engine.Lightvn.txt ├── Engine.Lime_OR_OpenFL.txt ├── Engine.Liquid.txt ├── Engine.LithTech.txt ├── Engine.Love2D.txt ├── Engine.Marmalade.txt ├── Engine.MonoGame.txt ├── Engine.NScripter.txt ├── Engine.NeoX.txt ├── Engine.Nitrous.txt ├── Engine.NovaLogic_Engine.txt ├── Engine.OGRE.txt ├── Engine.Panda3D.txt ├── Engine.Phaser.txt ├── Engine.Phyre.txt ├── Engine.Pico8.txt ├── Engine.PlayFirstPlayground.txt ├── Engine.PopcapGamesFramework.txt ├── Engine.Prism3D.txt ├── Engine.PyGame.txt ├── Engine.REDengine.txt ├── Engine.RE_Engine.txt ├── Engine.RPGMaker.txt ├── Engine.RPG_Developer_Bakin.txt ├── Engine.Rayne.txt ├── Engine.RealVirtuality.txt ├── Engine.RenPy.txt ├── Engine.S2_Engine_HD.txt ├── Engine.SRPG_Studio.txt ├── Engine.SakanaGL.txt ├── Engine.Serious_Engine.txt ├── Engine.ShiVa3D.txt ├── Engine.Silk.txt ├── Engine.SmileGameBuilder.txt ├── Engine.Snowdrop.txt ├── Engine.Solar2D.txt ├── Engine.Source.txt ├── Engine.Source2.txt ├── Engine.Stencyl.txt ├── Engine.Stride.txt ├── Engine.TelltaleTool.txt ├── Engine.Torque.txt ├── Engine.TyranoBuilder.txt ├── Engine.UbiArtFramework.txt ├── Engine.UbisoftAnvil.txt ├── Engine.Unigine.txt ├── Engine.Unity.txt ├── Engine.Unreal.txt ├── Engine.Virtools.txt ├── Engine.Vision.txt ├── Engine.VisionaireStudio.txt ├── Engine.VisualNovelMaker.txt ├── Engine.Warscape.txt ├── Engine.Wintermute.txt ├── Engine.WolfRPGEditor.txt ├── Engine.X-Ray.txt ├── Engine.XNA.txt ├── Engine.Xors3D.txt ├── Engine.YU-RIS.txt ├── Engine.Zouna.txt ├── Engine.iFAction.txt ├── Engine.idTech.txt ├── Engine.jMonkeyEngine.txt ├── Evidence.ARC.txt ├── Evidence.BIF.txt ├── Evidence.Build.txt ├── Evidence.CFG.txt ├── Evidence.DATA_WIN.txt ├── Evidence.HDLL.txt ├── Evidence.METADATA_DAT.txt ├── Evidence.MUS_OGG.txt ├── Evidence.OPTIONS_INI.txt ├── Evidence.PCK.txt ├── Evidence.PIXI_JS.txt ├── Evidence.PK3.txt ├── Evidence.RIM.txt ├── Evidence.RPF.txt ├── Evidence.SCR.txt ├── Evidence.SIERRA_EXE.txt ├── Evidence.SND_OGG.txt ├── Evidence.TAB.txt ├── Evidence.TGA.txt ├── Evidence.TLK.txt ├── Evidence.U.txt ├── Evidence.VSWAP.txt ├── Evidence.WAD.txt ├── Launcher.EA_App.txt ├── Launcher.Gaijin.txt ├── Launcher.Glyph.txt ├── Launcher.MyGames.txt ├── Launcher.Netmarble.txt ├── Launcher.Nexon.txt ├── Launcher.Paradox_Launcher.txt ├── Launcher.Rockstar.txt ├── Launcher.Ubisoft.txt ├── Launcher.Wargaming.txt ├── SDK.AMD_FidelityFX.txt ├── SDK.AMD_GPU_Services.txt ├── SDK.AMD_TrueAudio_Next.txt ├── SDK.Adobe_Flash.txt ├── SDK.Allegro.txt ├── SDK.Anzu.txt ├── SDK.Autodesk_FBX.txt ├── SDK.Awesomium.txt ├── SDK.Azure_Playfab_Party.txt ├── SDK.BASS.txt ├── SDK.Bink_Video.txt ├── SDK.Box2D.txt ├── SDK.BugTrap.txt ├── SDK.CEF.txt ├── SDK.CRIWARE.txt ├── SDK.Coherent.txt ├── SDK.DirectStorage.txt ├── SDK.Discord.txt ├── SDK.Dissonance.txt ├── SDK.E-mote.txt ├── SDK.EpicOnlineServices.txt ├── SDK.FMOD.txt ├── SDK.FishNet.txt ├── SDK.FluidSynth.txt ├── SDK.FreeImage.txt ├── SDK.Game_Development_Kit.txt ├── SDK.Granny_3D.txt ├── SDK.Greenworks.txt ├── SDK.Intel_OID.txt ├── SDK.Intel_XeSS.txt ├── SDK.Intel_oneTBB.txt ├── SDK.JVM.txt ├── SDK.LWJGL.txt ├── SDK.Lua.txt ├── SDK.Miles_Sound_System.txt ├── SDK.Mirror.txt ├── SDK.Modio.txt ├── SDK.NVIDIA_APEX.txt ├── SDK.NVIDIA_Ansel.txt ├── SDK.NVIDIA_CUDA.txt ├── SDK.NVIDIA_DLSS.txt ├── SDK.NVIDIA_DLSS_FrameGen.txt ├── SDK.NVIDIA_FleX.txt ├── SDK.NVIDIA_GeForce_Now.txt ├── SDK.NVIDIA_HairWorks.txt ├── SDK.NVIDIA_Highlights.txt ├── SDK.NVIDIA_Nsight_Aftermath.txt ├── SDK.NVIDIA_PhysX.txt ├── SDK.NVIDIA_Real-Time_Denoisers.txt ├── SDK.NVIDIA_Reflex.txt ├── SDK.NVIDIA_Streamline.txt ├── SDK.NVIDIA_TXAA.txt ├── SDK.NVIDIA_Texture_Tools.txt ├── SDK.NWJS.txt ├── SDK.NodeJS.txt ├── SDK.NoesisGUI.txt ├── SDK.NvCloth.txt ├── SDK.ODIN.txt ├── SDK.OculusXRPlugin.txt ├── SDK.Ogg.txt ├── SDK.Oodle.txt ├── SDK.OpenAL.txt ├── SDK.OpenSSL.txt ├── SDK.OpenTK.txt ├── SDK.OpenVR.txt ├── SDK.OpenXR.txt ├── SDK.Opus.txt ├── SDK.PathEngine.txt ├── SDK.Photon.txt ├── SDK.Protocol_Buffers.txt ├── SDK.Python.txt ├── SDK.Qt.txt ├── SDK.Razer_CChromaEditor.txt ├── SDK.Resonance_Audio.txt ├── SDK.SDL.txt ├── SDK.SFML.txt ├── SDK.Sentry.txt ├── SDK.SharpDX.txt ├── SDK.SlimDX.txt ├── SDK.Smacker_Video.txt ├── SDK.Sodium.txt ├── SDK.Squall.txt ├── SDK.Steam_Audio.txt ├── SDK.Steam_Networking.txt ├── SDK.SteamworksNET.txt ├── SDK.TeamSpeak.txt ├── SDK.Tencent_GCloud.txt ├── SDK.Tencent_GME.txt ├── SDK.Tiled.txt ├── SDK.Tobii.txt ├── SDK.Ultraleap.txt ├── SDK.UnityBurst.txt ├── SDK.UnityEntities.txt ├── SDK.UnityHDRP.txt ├── SDK.UnityHybridRenderer.txt ├── SDK.UnityIL2CPP.txt ├── SDK.UnityMultiplayerServices.txt ├── SDK.UnityURP.txt ├── SDK.V8.txt ├── SDK.Vivox.txt ├── SDK.Vorbis.txt ├── SDK.Wwise.txt ├── SDK.XAudio2.txt ├── SDK.Yarn_Spinner.txt ├── SDK.ZStandard.txt ├── SDK.cURL.txt ├── SDK.iCue.txt ├── SDK.iZotope.txt ├── SDK.irrKlang.txt ├── SDK.trueSKY.txt └── _NonMatchingTests.txt /.devcontainer/devcontainer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.devcontainer/devcontainer.json -------------------------------------------------------------------------------- /.editorconfig: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.editorconfig -------------------------------------------------------------------------------- /.gitattributes: -------------------------------------------------------------------------------- 1 | * text=auto 2 | -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/1_false_positive.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/ISSUE_TEMPLATE/1_false_positive.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/2_false_negative.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/ISSUE_TEMPLATE/2_false_negative.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/5_type_engine.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/ISSUE_TEMPLATE/5_type_engine.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/6_type_sdk.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/ISSUE_TEMPLATE/6_type_sdk.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/7_type_ac.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/ISSUE_TEMPLATE/7_type_ac.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/8_type_launcher.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/ISSUE_TEMPLATE/8_type_launcher.yml -------------------------------------------------------------------------------- /.github/ISSUE_TEMPLATE/config.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/ISSUE_TEMPLATE/config.yml -------------------------------------------------------------------------------- /.github/dependabot.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/dependabot.yml -------------------------------------------------------------------------------- /.github/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/labeler.yml -------------------------------------------------------------------------------- /.github/pull_request_template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/pull_request_template.md -------------------------------------------------------------------------------- /.github/workflows/labeler.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/workflows/labeler.yml -------------------------------------------------------------------------------- /.github/workflows/test.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.github/workflows/test.yml -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.gitignore -------------------------------------------------------------------------------- /.vscode/launch.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/.vscode/launch.json -------------------------------------------------------------------------------- /CONTRIBUTING.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/CONTRIBUTING.md -------------------------------------------------------------------------------- /KNOWN_UNDETECTIONS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/KNOWN_UNDETECTIONS.md -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/README.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.AntiCheatExpert.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.AntiCheatExpert.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.AnyBrain.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.AnyBrain.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.BattlEye.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.BattlEye.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.BlackCipher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.BlackCipher.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.EA_AntiCheat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.EA_AntiCheat.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.EQU8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.EQU8.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.EasyAntiCheat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.EasyAntiCheat.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.FredaikisAntiCheat.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.FredaikisAntiCheat.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.HackShield.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.HackShield.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.NetEase_AntiCheatExperts.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.NetEase_AntiCheatExperts.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.NetEase_Yidun.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.NetEase_Yidun.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.PunkBuster.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.PunkBuster.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.Ricochet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.Ricochet.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.TenProtect.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.TenProtect.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.XIGNCODE3.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.XIGNCODE3.md -------------------------------------------------------------------------------- /descriptions/AntiCheat.nProtect_GameGuard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/AntiCheat.nProtect_GameGuard.md -------------------------------------------------------------------------------- /descriptions/Container.Electron.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Container.Electron.md -------------------------------------------------------------------------------- /descriptions/Emulator.DOSBOX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Emulator.DOSBOX.md -------------------------------------------------------------------------------- /descriptions/Emulator.SCUMMVM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Emulator.SCUMMVM.md -------------------------------------------------------------------------------- /descriptions/Engine.001GameCreator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.001GameCreator.md -------------------------------------------------------------------------------- /descriptions/Engine.3D_GameStudio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.3D_GameStudio.md -------------------------------------------------------------------------------- /descriptions/Engine.4A_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.4A_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.AGI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.AGI.md -------------------------------------------------------------------------------- /descriptions/Engine.Adobe_AIR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Adobe_AIR.md -------------------------------------------------------------------------------- /descriptions/Engine.AdventureGameStudio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.AdventureGameStudio.md -------------------------------------------------------------------------------- /descriptions/Engine.Alpha_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Alpha_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.Amazon_Lumberyard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Amazon_Lumberyard.md -------------------------------------------------------------------------------- /descriptions/Engine.ApexEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.ApexEngine.md -------------------------------------------------------------------------------- /descriptions/Engine.AppGameKit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.AppGameKit.md -------------------------------------------------------------------------------- /descriptions/Engine.Argon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Argon.md -------------------------------------------------------------------------------- /descriptions/Engine.Asura.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Asura.md -------------------------------------------------------------------------------- /descriptions/Engine.Aurora.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Aurora.md -------------------------------------------------------------------------------- /descriptions/Engine.BKEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.BKEngine.md -------------------------------------------------------------------------------- /descriptions/Engine.BabylonJS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.BabylonJS.md -------------------------------------------------------------------------------- /descriptions/Engine.Bitsquid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Bitsquid.md -------------------------------------------------------------------------------- /descriptions/Engine.BlenderGameEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.BlenderGameEngine.md -------------------------------------------------------------------------------- /descriptions/Engine.Blitz3D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Blitz3D.md -------------------------------------------------------------------------------- /descriptions/Engine.Buddha.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Buddha.md -------------------------------------------------------------------------------- /descriptions/Engine.Build.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Build.md -------------------------------------------------------------------------------- /descriptions/Engine.C4_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.C4_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.CTG_OR_Geo-Mod.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.CTG_OR_Geo-Mod.md -------------------------------------------------------------------------------- /descriptions/Engine.CatSystem2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.CatSystem2.md -------------------------------------------------------------------------------- /descriptions/Engine.ChoiceScript.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.ChoiceScript.md -------------------------------------------------------------------------------- /descriptions/Engine.ChromeEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.ChromeEngine.md -------------------------------------------------------------------------------- /descriptions/Engine.Clausewitz.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Clausewitz.md -------------------------------------------------------------------------------- /descriptions/Engine.ClickTeamFusion.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.ClickTeamFusion.md -------------------------------------------------------------------------------- /descriptions/Engine.Cobra.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Cobra.md -------------------------------------------------------------------------------- /descriptions/Engine.Cocos.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Cocos.md -------------------------------------------------------------------------------- /descriptions/Engine.Construct.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Construct.md -------------------------------------------------------------------------------- /descriptions/Engine.CopperCube.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.CopperCube.md -------------------------------------------------------------------------------- /descriptions/Engine.CryEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.CryEngine.md -------------------------------------------------------------------------------- /descriptions/Engine.Danmakufu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Danmakufu.md -------------------------------------------------------------------------------- /descriptions/Engine.Defold.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Defold.md -------------------------------------------------------------------------------- /descriptions/Engine.Diesel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Diesel.md -------------------------------------------------------------------------------- /descriptions/Engine.Divinity_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Divinity_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.Eclipse_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Eclipse_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.EngineX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.EngineX.md -------------------------------------------------------------------------------- /descriptions/Engine.Essence_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Essence_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.FBN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.FBN.md -------------------------------------------------------------------------------- /descriptions/Engine.FNA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.FNA.md -------------------------------------------------------------------------------- /descriptions/Engine.FPS_Creator.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.FPS_Creator.md -------------------------------------------------------------------------------- /descriptions/Engine.FalcoEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.FalcoEngine.md -------------------------------------------------------------------------------- /descriptions/Engine.Fase.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Fase.md -------------------------------------------------------------------------------- /descriptions/Engine.FlatRedBall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.FlatRedBall.md -------------------------------------------------------------------------------- /descriptions/Engine.Flexi.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Flexi.md -------------------------------------------------------------------------------- /descriptions/Engine.Frostbite.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Frostbite.md -------------------------------------------------------------------------------- /descriptions/Engine.GDevelop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.GDevelop.md -------------------------------------------------------------------------------- /descriptions/Engine.GZDoom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.GZDoom.md -------------------------------------------------------------------------------- /descriptions/Engine.GameBox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.GameBox.md -------------------------------------------------------------------------------- /descriptions/Engine.GameGuru.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.GameGuru.md -------------------------------------------------------------------------------- /descriptions/Engine.GameMaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.GameMaker.md -------------------------------------------------------------------------------- /descriptions/Engine.Gideros.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Gideros.md -------------------------------------------------------------------------------- /descriptions/Engine.Glacier.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Glacier.md -------------------------------------------------------------------------------- /descriptions/Engine.GlyphX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.GlyphX.md -------------------------------------------------------------------------------- /descriptions/Engine.Godot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Godot.md -------------------------------------------------------------------------------- /descriptions/Engine.GoldSource.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.GoldSource.md -------------------------------------------------------------------------------- /descriptions/Engine.HaemimontSol.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.HaemimontSol.md -------------------------------------------------------------------------------- /descriptions/Engine.HashLink.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.HashLink.md -------------------------------------------------------------------------------- /descriptions/Engine.Heaps.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Heaps.md -------------------------------------------------------------------------------- /descriptions/Engine.IRISZOOM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.IRISZOOM.md -------------------------------------------------------------------------------- /descriptions/Engine.IW_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.IW_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.Infernal_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Infernal_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.Infinity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Infinity.md -------------------------------------------------------------------------------- /descriptions/Engine.Irrlicht.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Irrlicht.md -------------------------------------------------------------------------------- /descriptions/Engine.KMY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.KMY.md -------------------------------------------------------------------------------- /descriptions/Engine.Katana.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Katana.md -------------------------------------------------------------------------------- /descriptions/Engine.Kex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Kex.md -------------------------------------------------------------------------------- /descriptions/Engine.KiriKiri.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.KiriKiri.md -------------------------------------------------------------------------------- /descriptions/Engine.Lightvn.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Lightvn.md -------------------------------------------------------------------------------- /descriptions/Engine.Lime_OR_OpenFL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Lime_OR_OpenFL.md -------------------------------------------------------------------------------- /descriptions/Engine.Liquid.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Liquid.md -------------------------------------------------------------------------------- /descriptions/Engine.LithTech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.LithTech.md -------------------------------------------------------------------------------- /descriptions/Engine.Love2D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Love2D.md -------------------------------------------------------------------------------- /descriptions/Engine.Marmalade.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Marmalade.md -------------------------------------------------------------------------------- /descriptions/Engine.MonoGame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.MonoGame.md -------------------------------------------------------------------------------- /descriptions/Engine.NScripter.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.NScripter.md -------------------------------------------------------------------------------- /descriptions/Engine.NeoX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.NeoX.md -------------------------------------------------------------------------------- /descriptions/Engine.Nitrous.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Nitrous.md -------------------------------------------------------------------------------- /descriptions/Engine.NovaLogic_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.NovaLogic_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.OGRE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.OGRE.md -------------------------------------------------------------------------------- /descriptions/Engine.Panda3D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Panda3D.md -------------------------------------------------------------------------------- /descriptions/Engine.Phaser.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Phaser.md -------------------------------------------------------------------------------- /descriptions/Engine.Phyre.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Phyre.md -------------------------------------------------------------------------------- /descriptions/Engine.Pico8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Pico8.md -------------------------------------------------------------------------------- /descriptions/Engine.PlayFirstPlayground.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.PlayFirstPlayground.md -------------------------------------------------------------------------------- /descriptions/Engine.PopcapGamesFramework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.PopcapGamesFramework.md -------------------------------------------------------------------------------- /descriptions/Engine.Prism3D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Prism3D.md -------------------------------------------------------------------------------- /descriptions/Engine.PyGame.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.PyGame.md -------------------------------------------------------------------------------- /descriptions/Engine.RAGE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.RAGE.md -------------------------------------------------------------------------------- /descriptions/Engine.REDengine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.REDengine.md -------------------------------------------------------------------------------- /descriptions/Engine.RE_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.RE_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.RPGMaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.RPGMaker.md -------------------------------------------------------------------------------- /descriptions/Engine.RPG_Developer_Bakin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.RPG_Developer_Bakin.md -------------------------------------------------------------------------------- /descriptions/Engine.Rayne.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Rayne.md -------------------------------------------------------------------------------- /descriptions/Engine.RealVirtuality.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.RealVirtuality.md -------------------------------------------------------------------------------- /descriptions/Engine.RenPy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.RenPy.md -------------------------------------------------------------------------------- /descriptions/Engine.S2_Engine_HD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.S2_Engine_HD.md -------------------------------------------------------------------------------- /descriptions/Engine.SCI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.SCI.md -------------------------------------------------------------------------------- /descriptions/Engine.SRPG_Studio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.SRPG_Studio.md -------------------------------------------------------------------------------- /descriptions/Engine.SakanaGL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.SakanaGL.md -------------------------------------------------------------------------------- /descriptions/Engine.Serious_Engine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Serious_Engine.md -------------------------------------------------------------------------------- /descriptions/Engine.ShiVa3D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.ShiVa3D.md -------------------------------------------------------------------------------- /descriptions/Engine.Silk.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Silk.md -------------------------------------------------------------------------------- /descriptions/Engine.SmileGameBuilder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.SmileGameBuilder.md -------------------------------------------------------------------------------- /descriptions/Engine.Snowdrop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Snowdrop.md -------------------------------------------------------------------------------- /descriptions/Engine.Solar2D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Solar2D.md -------------------------------------------------------------------------------- /descriptions/Engine.Source.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Source.md -------------------------------------------------------------------------------- /descriptions/Engine.Source2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Source2.md -------------------------------------------------------------------------------- /descriptions/Engine.Stencyl.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Stencyl.md -------------------------------------------------------------------------------- /descriptions/Engine.Stride.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Stride.md -------------------------------------------------------------------------------- /descriptions/Engine.TelltaleTool.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.TelltaleTool.md -------------------------------------------------------------------------------- /descriptions/Engine.Torque.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Torque.md -------------------------------------------------------------------------------- /descriptions/Engine.TyranoBuilder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.TyranoBuilder.md -------------------------------------------------------------------------------- /descriptions/Engine.UbiArtFramework.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.UbiArtFramework.md -------------------------------------------------------------------------------- /descriptions/Engine.UbisoftAnvil.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.UbisoftAnvil.md -------------------------------------------------------------------------------- /descriptions/Engine.Unigine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Unigine.md -------------------------------------------------------------------------------- /descriptions/Engine.Unity.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Unity.md -------------------------------------------------------------------------------- /descriptions/Engine.Unreal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Unreal.md -------------------------------------------------------------------------------- /descriptions/Engine.Virtools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Virtools.md -------------------------------------------------------------------------------- /descriptions/Engine.Vision.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Vision.md -------------------------------------------------------------------------------- /descriptions/Engine.VisionaireStudio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.VisionaireStudio.md -------------------------------------------------------------------------------- /descriptions/Engine.VisualNovelMaker.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.VisualNovelMaker.md -------------------------------------------------------------------------------- /descriptions/Engine.Warscape.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Warscape.md -------------------------------------------------------------------------------- /descriptions/Engine.Wintermute.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Wintermute.md -------------------------------------------------------------------------------- /descriptions/Engine.WolfRPGEditor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.WolfRPGEditor.md -------------------------------------------------------------------------------- /descriptions/Engine.X-Ray.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.X-Ray.md -------------------------------------------------------------------------------- /descriptions/Engine.XNA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.XNA.md -------------------------------------------------------------------------------- /descriptions/Engine.Xors3D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Xors3D.md -------------------------------------------------------------------------------- /descriptions/Engine.YU-RIS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.YU-RIS.md -------------------------------------------------------------------------------- /descriptions/Engine.Zouna.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.Zouna.md -------------------------------------------------------------------------------- /descriptions/Engine.iFAction.md: -------------------------------------------------------------------------------- 1 | [**iFAction**](/app/1195270) is a visualized game making software. 2 | -------------------------------------------------------------------------------- /descriptions/Engine.idTech.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.idTech.md -------------------------------------------------------------------------------- /descriptions/Engine.jMonkeyEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Engine.jMonkeyEngine.md -------------------------------------------------------------------------------- /descriptions/Launcher.EA_App.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.EA_App.md -------------------------------------------------------------------------------- /descriptions/Launcher.Gaijin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.Gaijin.md -------------------------------------------------------------------------------- /descriptions/Launcher.Glyph.md: -------------------------------------------------------------------------------- 1 | [**Glyph**](https://www.glyph.net/) is a launcher by GAMIGO GROUP for their games. 2 | -------------------------------------------------------------------------------- /descriptions/Launcher.MyGames.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.MyGames.md -------------------------------------------------------------------------------- /descriptions/Launcher.Netmarble.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.Netmarble.md -------------------------------------------------------------------------------- /descriptions/Launcher.Nexon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.Nexon.md -------------------------------------------------------------------------------- /descriptions/Launcher.Paradox_Launcher.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.Paradox_Launcher.md -------------------------------------------------------------------------------- /descriptions/Launcher.Rockstar.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.Rockstar.md -------------------------------------------------------------------------------- /descriptions/Launcher.Ubisoft.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.Ubisoft.md -------------------------------------------------------------------------------- /descriptions/Launcher.Wargaming.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/Launcher.Wargaming.md -------------------------------------------------------------------------------- /descriptions/SDK.AMD_FidelityFX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.AMD_FidelityFX.md -------------------------------------------------------------------------------- /descriptions/SDK.AMD_GPU_Services.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.AMD_GPU_Services.md -------------------------------------------------------------------------------- /descriptions/SDK.AMD_TrueAudio_Next.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.AMD_TrueAudio_Next.md -------------------------------------------------------------------------------- /descriptions/SDK.Adobe_Flash.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Adobe_Flash.md -------------------------------------------------------------------------------- /descriptions/SDK.Allegro.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Allegro.md -------------------------------------------------------------------------------- /descriptions/SDK.Anzu.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Anzu.md -------------------------------------------------------------------------------- /descriptions/SDK.Autodesk_FBX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Autodesk_FBX.md -------------------------------------------------------------------------------- /descriptions/SDK.Awesomium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Awesomium.md -------------------------------------------------------------------------------- /descriptions/SDK.Azure_Playfab_Party.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Azure_Playfab_Party.md -------------------------------------------------------------------------------- /descriptions/SDK.BASS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.BASS.md -------------------------------------------------------------------------------- /descriptions/SDK.Bink_Video.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Bink_Video.md -------------------------------------------------------------------------------- /descriptions/SDK.Box2D.md: -------------------------------------------------------------------------------- 1 | [**Box2D**](https://box2d.org/) is an open source 2D Physics Engine for games. 2 | -------------------------------------------------------------------------------- /descriptions/SDK.BugTrap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.BugTrap.md -------------------------------------------------------------------------------- /descriptions/SDK.CEF.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.CEF.md -------------------------------------------------------------------------------- /descriptions/SDK.CRIWARE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.CRIWARE.md -------------------------------------------------------------------------------- /descriptions/SDK.Coherent.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Coherent.md -------------------------------------------------------------------------------- /descriptions/SDK.DirectStorage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.DirectStorage.md -------------------------------------------------------------------------------- /descriptions/SDK.Discord.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Discord.md -------------------------------------------------------------------------------- /descriptions/SDK.Dissonance.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Dissonance.md -------------------------------------------------------------------------------- /descriptions/SDK.E-mote.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.E-mote.md -------------------------------------------------------------------------------- /descriptions/SDK.EpicOnlineServices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.EpicOnlineServices.md -------------------------------------------------------------------------------- /descriptions/SDK.FMOD.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.FMOD.md -------------------------------------------------------------------------------- /descriptions/SDK.FishNet.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.FishNet.md -------------------------------------------------------------------------------- /descriptions/SDK.FluidSynth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.FluidSynth.md -------------------------------------------------------------------------------- /descriptions/SDK.FreeImage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.FreeImage.md -------------------------------------------------------------------------------- /descriptions/SDK.Game_Development_Kit.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Game_Development_Kit.md -------------------------------------------------------------------------------- /descriptions/SDK.Granny_3D.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Granny_3D.md -------------------------------------------------------------------------------- /descriptions/SDK.Greenworks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Greenworks.md -------------------------------------------------------------------------------- /descriptions/SDK.Intel_OID.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Intel_OID.md -------------------------------------------------------------------------------- /descriptions/SDK.Intel_XeSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Intel_XeSS.md -------------------------------------------------------------------------------- /descriptions/SDK.Intel_oneTBB.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Intel_oneTBB.md -------------------------------------------------------------------------------- /descriptions/SDK.JVM.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.JVM.md -------------------------------------------------------------------------------- /descriptions/SDK.LWJGL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.LWJGL.md -------------------------------------------------------------------------------- /descriptions/SDK.Lua.md: -------------------------------------------------------------------------------- 1 | [**Lua**](https://www.lua.org/) is a scripting language. -------------------------------------------------------------------------------- /descriptions/SDK.Miles_Sound_System.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Miles_Sound_System.md -------------------------------------------------------------------------------- /descriptions/SDK.Mirror.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Mirror.md -------------------------------------------------------------------------------- /descriptions/SDK.Modio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Modio.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_APEX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_APEX.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_Ansel.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_Ansel.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_CUDA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_CUDA.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_DLSS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_DLSS.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_DLSS_FrameGen.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_DLSS_FrameGen.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_FleX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_FleX.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_GeForce_Now.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_GeForce_Now.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_HairWorks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_HairWorks.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_Highlights.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_Highlights.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_Nsight_Aftermath.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_Nsight_Aftermath.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_PhysX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_PhysX.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_Real-Time_Denoisers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_Real-Time_Denoisers.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_Reflex.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_Reflex.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_Streamline.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_Streamline.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_TXAA.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_TXAA.md -------------------------------------------------------------------------------- /descriptions/SDK.NVIDIA_Texture_Tools.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NVIDIA_Texture_Tools.md -------------------------------------------------------------------------------- /descriptions/SDK.NWJS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NWJS.md -------------------------------------------------------------------------------- /descriptions/SDK.NodeJS.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NodeJS.md -------------------------------------------------------------------------------- /descriptions/SDK.NoesisGUI.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NoesisGUI.md -------------------------------------------------------------------------------- /descriptions/SDK.NvCloth.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.NvCloth.md -------------------------------------------------------------------------------- /descriptions/SDK.ODIN.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.ODIN.md -------------------------------------------------------------------------------- /descriptions/SDK.OculusXRPlugin.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.OculusXRPlugin.md -------------------------------------------------------------------------------- /descriptions/SDK.Ogg.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Ogg.md -------------------------------------------------------------------------------- /descriptions/SDK.Oodle.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Oodle.md -------------------------------------------------------------------------------- /descriptions/SDK.OpenAL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.OpenAL.md -------------------------------------------------------------------------------- /descriptions/SDK.OpenSSL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.OpenSSL.md -------------------------------------------------------------------------------- /descriptions/SDK.OpenTK.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.OpenTK.md -------------------------------------------------------------------------------- /descriptions/SDK.OpenVR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.OpenVR.md -------------------------------------------------------------------------------- /descriptions/SDK.OpenXR.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.OpenXR.md -------------------------------------------------------------------------------- /descriptions/SDK.Opus.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Opus.md -------------------------------------------------------------------------------- /descriptions/SDK.PathEngine.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.PathEngine.md -------------------------------------------------------------------------------- /descriptions/SDK.Photon.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Photon.md -------------------------------------------------------------------------------- /descriptions/SDK.Protocol_Buffers.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Protocol_Buffers.md -------------------------------------------------------------------------------- /descriptions/SDK.Python.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Python.md -------------------------------------------------------------------------------- /descriptions/SDK.Qt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Qt.md -------------------------------------------------------------------------------- /descriptions/SDK.Razer_CChromaEditor.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Razer_CChromaEditor.md -------------------------------------------------------------------------------- /descriptions/SDK.Resonance_Audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Resonance_Audio.md -------------------------------------------------------------------------------- /descriptions/SDK.SDL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.SDL.md -------------------------------------------------------------------------------- /descriptions/SDK.SFML.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.SFML.md -------------------------------------------------------------------------------- /descriptions/SDK.Sentry.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Sentry.md -------------------------------------------------------------------------------- /descriptions/SDK.SharpDX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.SharpDX.md -------------------------------------------------------------------------------- /descriptions/SDK.SlimDX.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.SlimDX.md -------------------------------------------------------------------------------- /descriptions/SDK.Smacker_Video.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Smacker_Video.md -------------------------------------------------------------------------------- /descriptions/SDK.Sodium.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Sodium.md -------------------------------------------------------------------------------- /descriptions/SDK.Squall.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Squall.md -------------------------------------------------------------------------------- /descriptions/SDK.Steam_Audio.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Steam_Audio.md -------------------------------------------------------------------------------- /descriptions/SDK.Steam_Networking.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Steam_Networking.md -------------------------------------------------------------------------------- /descriptions/SDK.SteamworksNET.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.SteamworksNET.md -------------------------------------------------------------------------------- /descriptions/SDK.TeamSpeak.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.TeamSpeak.md -------------------------------------------------------------------------------- /descriptions/SDK.Tencent_GCloud.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Tencent_GCloud.md -------------------------------------------------------------------------------- /descriptions/SDK.Tencent_GME.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Tencent_GME.md -------------------------------------------------------------------------------- /descriptions/SDK.Tiled.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Tiled.md -------------------------------------------------------------------------------- /descriptions/SDK.Tobii.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Tobii.md -------------------------------------------------------------------------------- /descriptions/SDK.Ultraleap.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Ultraleap.md -------------------------------------------------------------------------------- /descriptions/SDK.UnityBurst.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.UnityBurst.md -------------------------------------------------------------------------------- /descriptions/SDK.UnityEntities.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.UnityEntities.md -------------------------------------------------------------------------------- /descriptions/SDK.UnityHDRP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.UnityHDRP.md -------------------------------------------------------------------------------- /descriptions/SDK.UnityHybridRenderer.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.UnityHybridRenderer.md -------------------------------------------------------------------------------- /descriptions/SDK.UnityIL2CPP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.UnityIL2CPP.md -------------------------------------------------------------------------------- /descriptions/SDK.UnityMultiplayerServices.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.UnityMultiplayerServices.md -------------------------------------------------------------------------------- /descriptions/SDK.UnityURP.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.UnityURP.md -------------------------------------------------------------------------------- /descriptions/SDK.V8.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.V8.md -------------------------------------------------------------------------------- /descriptions/SDK.Vivox.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Vivox.md -------------------------------------------------------------------------------- /descriptions/SDK.Vorbis.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Vorbis.md -------------------------------------------------------------------------------- /descriptions/SDK.Wwise.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Wwise.md -------------------------------------------------------------------------------- /descriptions/SDK.XAudio2.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.XAudio2.md -------------------------------------------------------------------------------- /descriptions/SDK.Yarn_Spinner.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.Yarn_Spinner.md -------------------------------------------------------------------------------- /descriptions/SDK.ZStandard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.ZStandard.md -------------------------------------------------------------------------------- /descriptions/SDK.cURL.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.cURL.md -------------------------------------------------------------------------------- /descriptions/SDK.iCue.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.iCue.md -------------------------------------------------------------------------------- /descriptions/SDK.iZotope.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.iZotope.md -------------------------------------------------------------------------------- /descriptions/SDK.irrKlang.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.irrKlang.md -------------------------------------------------------------------------------- /descriptions/SDK.trueSKY.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/descriptions/SDK.trueSKY.md -------------------------------------------------------------------------------- /rules.ini: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/rules.ini -------------------------------------------------------------------------------- /tests/CheckLocalFolder.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/CheckLocalFolder.php -------------------------------------------------------------------------------- /tests/FileDetector.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/FileDetector.php -------------------------------------------------------------------------------- /tests/GenerateTestStrings.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/GenerateTestStrings.php -------------------------------------------------------------------------------- /tests/Test.php: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/Test.php -------------------------------------------------------------------------------- /tests/composer.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/composer.json -------------------------------------------------------------------------------- /tests/filelists/Engine.ApexEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.ApexEngine.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Aurora.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Aurora.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.GameMaker.211580.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.GameMaker.211580.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.GameMaker.242680.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.GameMaker.242680.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.GameMaker.247020.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.GameMaker.247020.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.GameMaker.94400.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.GameMaker.94400.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1041180.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1041180.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1068800.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1068800.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1072280.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1072280.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1301410.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1301410.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1388770.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1388770.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1395270.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1395270.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1612950.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1612950.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.1698620.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.1698620.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.388490.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.388490.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.863331.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.863331.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.CrueltySquad.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.CrueltySquad.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.DeepSixed.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.DeepSixed.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.LuckBeALandlord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.LuckBeALandlord.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.MMASimulator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.MMASimulator.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.TestLinux32.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.TestLinux32.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.TestLinux32Old.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.TestLinux32Old.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.TestLinux64.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.TestLinux64.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.TestLinuxNoExt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.TestLinuxNoExt.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.TestMacOS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.TestMacOS.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.TestMultipleData.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.TestMultipleData.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Godot.TestWindows.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Godot.TestWindows.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.Heaps.txt: -------------------------------------------------------------------------------- 1 | test.hdll 2 | -------------------------------------------------------------------------------- /tests/filelists/Engine.Infinity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Infinity.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.RAGE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.RAGE.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.SCI.txt: -------------------------------------------------------------------------------- 1 | PQ2/SIERRA.EXE 2 | PQ1/555.SCR -------------------------------------------------------------------------------- /tests/filelists/Engine.Unity.FallGuys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.Unity.FallGuys.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.idTech.0.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.idTech.0.txt -------------------------------------------------------------------------------- /tests/filelists/Engine.idTech.1.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/filelists/Engine.idTech.1.txt -------------------------------------------------------------------------------- /tests/phpstan.neon: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/phpstan.neon -------------------------------------------------------------------------------- /tests/types/AntiCheat.AntiCheatExpert.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.AntiCheatExpert.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.AnyBrain.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.AnyBrain.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.BattlEye.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.BattlEye.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.BlackCipher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.BlackCipher.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.EA_AntiCheat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.EA_AntiCheat.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.EQU8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.EQU8.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.EasyAntiCheat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.EasyAntiCheat.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.FredaikisAntiCheat.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.FredaikisAntiCheat.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.HackShield.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.HackShield.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.NetEase_AntiCheatExperts.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.NetEase_AntiCheatExperts.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.NetEase_Yidun.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.NetEase_Yidun.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.PunkBuster.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.PunkBuster.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.Ricochet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.Ricochet.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.TenProtect.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.TenProtect.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.XIGNCODE3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.XIGNCODE3.txt -------------------------------------------------------------------------------- /tests/types/AntiCheat.nProtect_GameGuard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/AntiCheat.nProtect_GameGuard.txt -------------------------------------------------------------------------------- /tests/types/Container.Electron.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Container.Electron.txt -------------------------------------------------------------------------------- /tests/types/Emulator.DOSBOX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Emulator.DOSBOX.txt -------------------------------------------------------------------------------- /tests/types/Emulator.SCUMMVM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Emulator.SCUMMVM.txt -------------------------------------------------------------------------------- /tests/types/Engine.001GameCreator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.001GameCreator.txt -------------------------------------------------------------------------------- /tests/types/Engine.3D_GameStudio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.3D_GameStudio.txt -------------------------------------------------------------------------------- /tests/types/Engine.4A_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.4A_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.AGI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.AGI.txt -------------------------------------------------------------------------------- /tests/types/Engine.Adobe_AIR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Adobe_AIR.txt -------------------------------------------------------------------------------- /tests/types/Engine.AdventureGameStudio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.AdventureGameStudio.txt -------------------------------------------------------------------------------- /tests/types/Engine.Alpha_Engine.txt: -------------------------------------------------------------------------------- 1 | Alpha_Engine.dll 2 | -------------------------------------------------------------------------------- /tests/types/Engine.Amazon_Lumberyard.txt: -------------------------------------------------------------------------------- 1 | bootstrap.cfg 2 | -------------------------------------------------------------------------------- /tests/types/Engine.AppGameKit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.AppGameKit.txt -------------------------------------------------------------------------------- /tests/types/Engine.Argon.txt: -------------------------------------------------------------------------------- 1 | ar.cfg 2 | -------------------------------------------------------------------------------- /tests/types/Engine.Asura.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Asura.txt -------------------------------------------------------------------------------- /tests/types/Engine.BKEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.BKEngine.txt -------------------------------------------------------------------------------- /tests/types/Engine.BabylonJS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.BabylonJS.txt -------------------------------------------------------------------------------- /tests/types/Engine.Bitsquid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Bitsquid.txt -------------------------------------------------------------------------------- /tests/types/Engine.BlenderGameEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.BlenderGameEngine.txt -------------------------------------------------------------------------------- /tests/types/Engine.Blitz3D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Blitz3D.txt -------------------------------------------------------------------------------- /tests/types/Engine.Buddha.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Buddha.txt -------------------------------------------------------------------------------- /tests/types/Engine.Build.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Build.txt -------------------------------------------------------------------------------- /tests/types/Engine.C4_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.C4_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.CTG_OR_Geo-Mod.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.CTG_OR_Geo-Mod.txt -------------------------------------------------------------------------------- /tests/types/Engine.CatSystem2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.CatSystem2.txt -------------------------------------------------------------------------------- /tests/types/Engine.ChoiceScript.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.ChoiceScript.txt -------------------------------------------------------------------------------- /tests/types/Engine.ChromeEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.ChromeEngine.txt -------------------------------------------------------------------------------- /tests/types/Engine.Clausewitz.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Clausewitz.txt -------------------------------------------------------------------------------- /tests/types/Engine.ClickTeamFusion.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.ClickTeamFusion.txt -------------------------------------------------------------------------------- /tests/types/Engine.Cobra.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Cobra.txt -------------------------------------------------------------------------------- /tests/types/Engine.Cocos.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Cocos.txt -------------------------------------------------------------------------------- /tests/types/Engine.Construct.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Construct.txt -------------------------------------------------------------------------------- /tests/types/Engine.CopperCube.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.CopperCube.txt -------------------------------------------------------------------------------- /tests/types/Engine.CryEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.CryEngine.txt -------------------------------------------------------------------------------- /tests/types/Engine.Danmakufu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Danmakufu.txt -------------------------------------------------------------------------------- /tests/types/Engine.Defold.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Defold.txt -------------------------------------------------------------------------------- /tests/types/Engine.Diesel.txt: -------------------------------------------------------------------------------- 1 | dieselx.cfg 2 | -------------------------------------------------------------------------------- /tests/types/Engine.Divinity_Engine.txt: -------------------------------------------------------------------------------- 1 | Data/Localization/language.lsx 2 | -------------------------------------------------------------------------------- /tests/types/Engine.Eclipse_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Eclipse_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.EngineX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.EngineX.txt -------------------------------------------------------------------------------- /tests/types/Engine.Essence_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Essence_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.FBN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.FBN.txt -------------------------------------------------------------------------------- /tests/types/Engine.FNA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.FNA.txt -------------------------------------------------------------------------------- /tests/types/Engine.FPS_Creator.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.FPS_Creator.txt -------------------------------------------------------------------------------- /tests/types/Engine.FalcoEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.FalcoEngine.txt -------------------------------------------------------------------------------- /tests/types/Engine.Fase.txt: -------------------------------------------------------------------------------- 1 | faseEngine.dll 2 | -------------------------------------------------------------------------------- /tests/types/Engine.FlatRedBall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.FlatRedBall.txt -------------------------------------------------------------------------------- /tests/types/Engine.Flexi.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Flexi.txt -------------------------------------------------------------------------------- /tests/types/Engine.Frostbite.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Frostbite.txt -------------------------------------------------------------------------------- /tests/types/Engine.GDevelop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.GDevelop.txt -------------------------------------------------------------------------------- /tests/types/Engine.GZDoom.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.GZDoom.txt -------------------------------------------------------------------------------- /tests/types/Engine.GameBox.txt: -------------------------------------------------------------------------------- 1 | Nadeo.ini 2 | -------------------------------------------------------------------------------- /tests/types/Engine.GameGuru.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.GameGuru.txt -------------------------------------------------------------------------------- /tests/types/Engine.GameMaker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.GameMaker.txt -------------------------------------------------------------------------------- /tests/types/Engine.Gideros.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Gideros.txt -------------------------------------------------------------------------------- /tests/types/Engine.Glacier.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Glacier.txt -------------------------------------------------------------------------------- /tests/types/Engine.GlyphX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.GlyphX.txt -------------------------------------------------------------------------------- /tests/types/Engine.Godot.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Godot.txt -------------------------------------------------------------------------------- /tests/types/Engine.GoldSource.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.GoldSource.txt -------------------------------------------------------------------------------- /tests/types/Engine.HaemimontSol.txt: -------------------------------------------------------------------------------- 1 | Local/English.hpk 2 | -------------------------------------------------------------------------------- /tests/types/Engine.HashLink.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.HashLink.txt -------------------------------------------------------------------------------- /tests/types/Engine.IRISZOOM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.IRISZOOM.txt -------------------------------------------------------------------------------- /tests/types/Engine.IW_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.IW_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.Infernal_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Infernal_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.Irrlicht.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Irrlicht.txt -------------------------------------------------------------------------------- /tests/types/Engine.KMY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.KMY.txt -------------------------------------------------------------------------------- /tests/types/Engine.Katana.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Katana.txt -------------------------------------------------------------------------------- /tests/types/Engine.Kex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Kex.txt -------------------------------------------------------------------------------- /tests/types/Engine.KiriKiri.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.KiriKiri.txt -------------------------------------------------------------------------------- /tests/types/Engine.Lightvn.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Lightvn.txt -------------------------------------------------------------------------------- /tests/types/Engine.Lime_OR_OpenFL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Lime_OR_OpenFL.txt -------------------------------------------------------------------------------- /tests/types/Engine.Liquid.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Liquid.txt -------------------------------------------------------------------------------- /tests/types/Engine.LithTech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.LithTech.txt -------------------------------------------------------------------------------- /tests/types/Engine.Love2D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Love2D.txt -------------------------------------------------------------------------------- /tests/types/Engine.Marmalade.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Marmalade.txt -------------------------------------------------------------------------------- /tests/types/Engine.MonoGame.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.MonoGame.txt -------------------------------------------------------------------------------- /tests/types/Engine.NScripter.txt: -------------------------------------------------------------------------------- 1 | arc.nsa 2 | nscript.dat 3 | -------------------------------------------------------------------------------- /tests/types/Engine.NeoX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.NeoX.txt -------------------------------------------------------------------------------- /tests/types/Engine.Nitrous.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Nitrous.txt -------------------------------------------------------------------------------- /tests/types/Engine.NovaLogic_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.NovaLogic_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.OGRE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.OGRE.txt -------------------------------------------------------------------------------- /tests/types/Engine.Panda3D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Panda3D.txt -------------------------------------------------------------------------------- /tests/types/Engine.Phaser.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Phaser.txt -------------------------------------------------------------------------------- /tests/types/Engine.Phyre.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Phyre.txt -------------------------------------------------------------------------------- /tests/types/Engine.Pico8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Pico8.txt -------------------------------------------------------------------------------- /tests/types/Engine.PlayFirstPlayground.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.PlayFirstPlayground.txt -------------------------------------------------------------------------------- /tests/types/Engine.PopcapGamesFramework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.PopcapGamesFramework.txt -------------------------------------------------------------------------------- /tests/types/Engine.Prism3D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Prism3D.txt -------------------------------------------------------------------------------- /tests/types/Engine.PyGame.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.PyGame.txt -------------------------------------------------------------------------------- /tests/types/Engine.REDengine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.REDengine.txt -------------------------------------------------------------------------------- /tests/types/Engine.RE_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.RE_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.RPGMaker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.RPGMaker.txt -------------------------------------------------------------------------------- /tests/types/Engine.RPG_Developer_Bakin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.RPG_Developer_Bakin.txt -------------------------------------------------------------------------------- /tests/types/Engine.Rayne.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Rayne.txt -------------------------------------------------------------------------------- /tests/types/Engine.RealVirtuality.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.RealVirtuality.txt -------------------------------------------------------------------------------- /tests/types/Engine.RenPy.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.RenPy.txt -------------------------------------------------------------------------------- /tests/types/Engine.S2_Engine_HD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.S2_Engine_HD.txt -------------------------------------------------------------------------------- /tests/types/Engine.SRPG_Studio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.SRPG_Studio.txt -------------------------------------------------------------------------------- /tests/types/Engine.SakanaGL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.SakanaGL.txt -------------------------------------------------------------------------------- /tests/types/Engine.Serious_Engine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Serious_Engine.txt -------------------------------------------------------------------------------- /tests/types/Engine.ShiVa3D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.ShiVa3D.txt -------------------------------------------------------------------------------- /tests/types/Engine.Silk.txt: -------------------------------------------------------------------------------- 1 | packs/sli.spk 2 | -------------------------------------------------------------------------------- /tests/types/Engine.SmileGameBuilder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.SmileGameBuilder.txt -------------------------------------------------------------------------------- /tests/types/Engine.Snowdrop.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Snowdrop.txt -------------------------------------------------------------------------------- /tests/types/Engine.Solar2D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Solar2D.txt -------------------------------------------------------------------------------- /tests/types/Engine.Source.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Source.txt -------------------------------------------------------------------------------- /tests/types/Engine.Source2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Source2.txt -------------------------------------------------------------------------------- /tests/types/Engine.Stencyl.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Stencyl.txt -------------------------------------------------------------------------------- /tests/types/Engine.Stride.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Stride.txt -------------------------------------------------------------------------------- /tests/types/Engine.TelltaleTool.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.TelltaleTool.txt -------------------------------------------------------------------------------- /tests/types/Engine.Torque.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Torque.txt -------------------------------------------------------------------------------- /tests/types/Engine.TyranoBuilder.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.TyranoBuilder.txt -------------------------------------------------------------------------------- /tests/types/Engine.UbiArtFramework.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.UbiArtFramework.txt -------------------------------------------------------------------------------- /tests/types/Engine.UbisoftAnvil.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.UbisoftAnvil.txt -------------------------------------------------------------------------------- /tests/types/Engine.Unigine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Unigine.txt -------------------------------------------------------------------------------- /tests/types/Engine.Unity.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Unity.txt -------------------------------------------------------------------------------- /tests/types/Engine.Unreal.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Unreal.txt -------------------------------------------------------------------------------- /tests/types/Engine.Virtools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Virtools.txt -------------------------------------------------------------------------------- /tests/types/Engine.Vision.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Vision.txt -------------------------------------------------------------------------------- /tests/types/Engine.VisionaireStudio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.VisionaireStudio.txt -------------------------------------------------------------------------------- /tests/types/Engine.VisualNovelMaker.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.VisualNovelMaker.txt -------------------------------------------------------------------------------- /tests/types/Engine.Warscape.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Warscape.txt -------------------------------------------------------------------------------- /tests/types/Engine.Wintermute.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Wintermute.txt -------------------------------------------------------------------------------- /tests/types/Engine.WolfRPGEditor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.WolfRPGEditor.txt -------------------------------------------------------------------------------- /tests/types/Engine.X-Ray.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.X-Ray.txt -------------------------------------------------------------------------------- /tests/types/Engine.XNA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.XNA.txt -------------------------------------------------------------------------------- /tests/types/Engine.Xors3D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Xors3D.txt -------------------------------------------------------------------------------- /tests/types/Engine.YU-RIS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.YU-RIS.txt -------------------------------------------------------------------------------- /tests/types/Engine.Zouna.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.Zouna.txt -------------------------------------------------------------------------------- /tests/types/Engine.iFAction.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.iFAction.txt -------------------------------------------------------------------------------- /tests/types/Engine.idTech.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.idTech.txt -------------------------------------------------------------------------------- /tests/types/Engine.jMonkeyEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Engine.jMonkeyEngine.txt -------------------------------------------------------------------------------- /tests/types/Evidence.ARC.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.ARC.txt -------------------------------------------------------------------------------- /tests/types/Evidence.BIF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.BIF.txt -------------------------------------------------------------------------------- /tests/types/Evidence.Build.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.Build.txt -------------------------------------------------------------------------------- /tests/types/Evidence.CFG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.CFG.txt -------------------------------------------------------------------------------- /tests/types/Evidence.DATA_WIN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.DATA_WIN.txt -------------------------------------------------------------------------------- /tests/types/Evidence.HDLL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.HDLL.txt -------------------------------------------------------------------------------- /tests/types/Evidence.METADATA_DAT.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.METADATA_DAT.txt -------------------------------------------------------------------------------- /tests/types/Evidence.MUS_OGG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.MUS_OGG.txt -------------------------------------------------------------------------------- /tests/types/Evidence.OPTIONS_INI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.OPTIONS_INI.txt -------------------------------------------------------------------------------- /tests/types/Evidence.PCK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.PCK.txt -------------------------------------------------------------------------------- /tests/types/Evidence.PIXI_JS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.PIXI_JS.txt -------------------------------------------------------------------------------- /tests/types/Evidence.PK3.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.PK3.txt -------------------------------------------------------------------------------- /tests/types/Evidence.RIM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.RIM.txt -------------------------------------------------------------------------------- /tests/types/Evidence.RPF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.RPF.txt -------------------------------------------------------------------------------- /tests/types/Evidence.SCR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.SCR.txt -------------------------------------------------------------------------------- /tests/types/Evidence.SIERRA_EXE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.SIERRA_EXE.txt -------------------------------------------------------------------------------- /tests/types/Evidence.SND_OGG.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.SND_OGG.txt -------------------------------------------------------------------------------- /tests/types/Evidence.TAB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.TAB.txt -------------------------------------------------------------------------------- /tests/types/Evidence.TGA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.TGA.txt -------------------------------------------------------------------------------- /tests/types/Evidence.TLK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.TLK.txt -------------------------------------------------------------------------------- /tests/types/Evidence.U.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.U.txt -------------------------------------------------------------------------------- /tests/types/Evidence.VSWAP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.VSWAP.txt -------------------------------------------------------------------------------- /tests/types/Evidence.WAD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Evidence.WAD.txt -------------------------------------------------------------------------------- /tests/types/Launcher.EA_App.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.EA_App.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Gaijin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.Gaijin.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Glyph.txt: -------------------------------------------------------------------------------- 1 | GlyphClient.cfg 2 | -------------------------------------------------------------------------------- /tests/types/Launcher.MyGames.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.MyGames.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Netmarble.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.Netmarble.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Nexon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.Nexon.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Paradox_Launcher.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.Paradox_Launcher.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Rockstar.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.Rockstar.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Ubisoft.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.Ubisoft.txt -------------------------------------------------------------------------------- /tests/types/Launcher.Wargaming.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/Launcher.Wargaming.txt -------------------------------------------------------------------------------- /tests/types/SDK.AMD_FidelityFX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.AMD_FidelityFX.txt -------------------------------------------------------------------------------- /tests/types/SDK.AMD_GPU_Services.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.AMD_GPU_Services.txt -------------------------------------------------------------------------------- /tests/types/SDK.AMD_TrueAudio_Next.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.AMD_TrueAudio_Next.txt -------------------------------------------------------------------------------- /tests/types/SDK.Adobe_Flash.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Adobe_Flash.txt -------------------------------------------------------------------------------- /tests/types/SDK.Allegro.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Allegro.txt -------------------------------------------------------------------------------- /tests/types/SDK.Anzu.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Anzu.txt -------------------------------------------------------------------------------- /tests/types/SDK.Autodesk_FBX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Autodesk_FBX.txt -------------------------------------------------------------------------------- /tests/types/SDK.Awesomium.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Awesomium.txt -------------------------------------------------------------------------------- /tests/types/SDK.Azure_Playfab_Party.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Azure_Playfab_Party.txt -------------------------------------------------------------------------------- /tests/types/SDK.BASS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.BASS.txt -------------------------------------------------------------------------------- /tests/types/SDK.Bink_Video.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Bink_Video.txt -------------------------------------------------------------------------------- /tests/types/SDK.Box2D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Box2D.txt -------------------------------------------------------------------------------- /tests/types/SDK.BugTrap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.BugTrap.txt -------------------------------------------------------------------------------- /tests/types/SDK.CEF.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.CEF.txt -------------------------------------------------------------------------------- /tests/types/SDK.CRIWARE.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.CRIWARE.txt -------------------------------------------------------------------------------- /tests/types/SDK.Coherent.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Coherent.txt -------------------------------------------------------------------------------- /tests/types/SDK.DirectStorage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.DirectStorage.txt -------------------------------------------------------------------------------- /tests/types/SDK.Discord.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Discord.txt -------------------------------------------------------------------------------- /tests/types/SDK.Dissonance.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Dissonance.txt -------------------------------------------------------------------------------- /tests/types/SDK.E-mote.txt: -------------------------------------------------------------------------------- 1 | emotedriver.dll 2 | -------------------------------------------------------------------------------- /tests/types/SDK.EpicOnlineServices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.EpicOnlineServices.txt -------------------------------------------------------------------------------- /tests/types/SDK.FMOD.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.FMOD.txt -------------------------------------------------------------------------------- /tests/types/SDK.FishNet.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.FishNet.txt -------------------------------------------------------------------------------- /tests/types/SDK.FluidSynth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.FluidSynth.txt -------------------------------------------------------------------------------- /tests/types/SDK.FreeImage.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.FreeImage.txt -------------------------------------------------------------------------------- /tests/types/SDK.Game_Development_Kit.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Game_Development_Kit.txt -------------------------------------------------------------------------------- /tests/types/SDK.Granny_3D.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Granny_3D.txt -------------------------------------------------------------------------------- /tests/types/SDK.Greenworks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Greenworks.txt -------------------------------------------------------------------------------- /tests/types/SDK.Intel_OID.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Intel_OID.txt -------------------------------------------------------------------------------- /tests/types/SDK.Intel_XeSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Intel_XeSS.txt -------------------------------------------------------------------------------- /tests/types/SDK.Intel_oneTBB.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Intel_oneTBB.txt -------------------------------------------------------------------------------- /tests/types/SDK.JVM.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.JVM.txt -------------------------------------------------------------------------------- /tests/types/SDK.LWJGL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.LWJGL.txt -------------------------------------------------------------------------------- /tests/types/SDK.Lua.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Lua.txt -------------------------------------------------------------------------------- /tests/types/SDK.Miles_Sound_System.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Miles_Sound_System.txt -------------------------------------------------------------------------------- /tests/types/SDK.Mirror.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Mirror.txt -------------------------------------------------------------------------------- /tests/types/SDK.Modio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Modio.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_APEX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_APEX.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_Ansel.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_Ansel.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_CUDA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_CUDA.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_DLSS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_DLSS.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_DLSS_FrameGen.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_DLSS_FrameGen.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_FleX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_FleX.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_GeForce_Now.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_GeForce_Now.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_HairWorks.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_HairWorks.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_Highlights.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_Highlights.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_Nsight_Aftermath.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_Nsight_Aftermath.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_PhysX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_PhysX.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_Real-Time_Denoisers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_Real-Time_Denoisers.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_Reflex.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_Reflex.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_Streamline.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_Streamline.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_TXAA.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_TXAA.txt -------------------------------------------------------------------------------- /tests/types/SDK.NVIDIA_Texture_Tools.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NVIDIA_Texture_Tools.txt -------------------------------------------------------------------------------- /tests/types/SDK.NWJS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NWJS.txt -------------------------------------------------------------------------------- /tests/types/SDK.NodeJS.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NodeJS.txt -------------------------------------------------------------------------------- /tests/types/SDK.NoesisGUI.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NoesisGUI.txt -------------------------------------------------------------------------------- /tests/types/SDK.NvCloth.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.NvCloth.txt -------------------------------------------------------------------------------- /tests/types/SDK.ODIN.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.ODIN.txt -------------------------------------------------------------------------------- /tests/types/SDK.OculusXRPlugin.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.OculusXRPlugin.txt -------------------------------------------------------------------------------- /tests/types/SDK.Ogg.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Ogg.txt -------------------------------------------------------------------------------- /tests/types/SDK.Oodle.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Oodle.txt -------------------------------------------------------------------------------- /tests/types/SDK.OpenAL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.OpenAL.txt -------------------------------------------------------------------------------- /tests/types/SDK.OpenSSL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.OpenSSL.txt -------------------------------------------------------------------------------- /tests/types/SDK.OpenTK.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.OpenTK.txt -------------------------------------------------------------------------------- /tests/types/SDK.OpenVR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.OpenVR.txt -------------------------------------------------------------------------------- /tests/types/SDK.OpenXR.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.OpenXR.txt -------------------------------------------------------------------------------- /tests/types/SDK.Opus.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Opus.txt -------------------------------------------------------------------------------- /tests/types/SDK.PathEngine.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.PathEngine.txt -------------------------------------------------------------------------------- /tests/types/SDK.Photon.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Photon.txt -------------------------------------------------------------------------------- /tests/types/SDK.Protocol_Buffers.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Protocol_Buffers.txt -------------------------------------------------------------------------------- /tests/types/SDK.Python.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Python.txt -------------------------------------------------------------------------------- /tests/types/SDK.Qt.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Qt.txt -------------------------------------------------------------------------------- /tests/types/SDK.Razer_CChromaEditor.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Razer_CChromaEditor.txt -------------------------------------------------------------------------------- /tests/types/SDK.Resonance_Audio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Resonance_Audio.txt -------------------------------------------------------------------------------- /tests/types/SDK.SDL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.SDL.txt -------------------------------------------------------------------------------- /tests/types/SDK.SFML.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.SFML.txt -------------------------------------------------------------------------------- /tests/types/SDK.Sentry.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Sentry.txt -------------------------------------------------------------------------------- /tests/types/SDK.SharpDX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.SharpDX.txt -------------------------------------------------------------------------------- /tests/types/SDK.SlimDX.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.SlimDX.txt -------------------------------------------------------------------------------- /tests/types/SDK.Smacker_Video.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Smacker_Video.txt -------------------------------------------------------------------------------- /tests/types/SDK.Sodium.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Sodium.txt -------------------------------------------------------------------------------- /tests/types/SDK.Squall.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Squall.txt -------------------------------------------------------------------------------- /tests/types/SDK.Steam_Audio.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Steam_Audio.txt -------------------------------------------------------------------------------- /tests/types/SDK.Steam_Networking.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Steam_Networking.txt -------------------------------------------------------------------------------- /tests/types/SDK.SteamworksNET.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.SteamworksNET.txt -------------------------------------------------------------------------------- /tests/types/SDK.TeamSpeak.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.TeamSpeak.txt -------------------------------------------------------------------------------- /tests/types/SDK.Tencent_GCloud.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Tencent_GCloud.txt -------------------------------------------------------------------------------- /tests/types/SDK.Tencent_GME.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Tencent_GME.txt -------------------------------------------------------------------------------- /tests/types/SDK.Tiled.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Tiled.txt -------------------------------------------------------------------------------- /tests/types/SDK.Tobii.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Tobii.txt -------------------------------------------------------------------------------- /tests/types/SDK.Ultraleap.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Ultraleap.txt -------------------------------------------------------------------------------- /tests/types/SDK.UnityBurst.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.UnityBurst.txt -------------------------------------------------------------------------------- /tests/types/SDK.UnityEntities.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.UnityEntities.txt -------------------------------------------------------------------------------- /tests/types/SDK.UnityHDRP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.UnityHDRP.txt -------------------------------------------------------------------------------- /tests/types/SDK.UnityHybridRenderer.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.UnityHybridRenderer.txt -------------------------------------------------------------------------------- /tests/types/SDK.UnityIL2CPP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.UnityIL2CPP.txt -------------------------------------------------------------------------------- /tests/types/SDK.UnityMultiplayerServices.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.UnityMultiplayerServices.txt -------------------------------------------------------------------------------- /tests/types/SDK.UnityURP.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.UnityURP.txt -------------------------------------------------------------------------------- /tests/types/SDK.V8.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.V8.txt -------------------------------------------------------------------------------- /tests/types/SDK.Vivox.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Vivox.txt -------------------------------------------------------------------------------- /tests/types/SDK.Vorbis.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Vorbis.txt -------------------------------------------------------------------------------- /tests/types/SDK.Wwise.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Wwise.txt -------------------------------------------------------------------------------- /tests/types/SDK.XAudio2.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.XAudio2.txt -------------------------------------------------------------------------------- /tests/types/SDK.Yarn_Spinner.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.Yarn_Spinner.txt -------------------------------------------------------------------------------- /tests/types/SDK.ZStandard.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.ZStandard.txt -------------------------------------------------------------------------------- /tests/types/SDK.cURL.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.cURL.txt -------------------------------------------------------------------------------- /tests/types/SDK.iCue.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.iCue.txt -------------------------------------------------------------------------------- /tests/types/SDK.iZotope.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.iZotope.txt -------------------------------------------------------------------------------- /tests/types/SDK.irrKlang.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.irrKlang.txt -------------------------------------------------------------------------------- /tests/types/SDK.trueSKY.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/SDK.trueSKY.txt -------------------------------------------------------------------------------- /tests/types/_NonMatchingTests.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/SteamDatabase/FileDetectionRuleSets/HEAD/tests/types/_NonMatchingTests.txt --------------------------------------------------------------------------------