- Jun 6, 2020
- 505
- 4,223
Unity + Renpy Malware Scanner
You don't have permission to view the spoiler content.
Log in or register now.
Requirements:
- Only for Windows
- Supports Renpy and Unity.Mono games (Unity game has "Managed" folder inside %Game%_Data folder)
- Requires internet connection (To download reference assemblies)
- Place AntiMalware.exe in game directory and run it, console window will be opened with all the info
- The approach differs a little for Renpy and Unity, but generally it will download clean engine files from trusted (read: official) source and check engine files from game against it. Then it will check other files that are not part of an engine to see if there's anything suspicious
- Please do not spam in the game's thread if scanner triggered
- Look what it says in the console and use tools and brain to check it manually. Or send the link to the game in this thread.
- For Unity use
You must be registered to see the linksto see what's inside the assembly that triggered scanner
- For Renpy use
You must be registered to see the linksfor .pyc decompilation, UnRen for .rpyc and .rpa. For other files use google
You don't have permission to view the spoiler content.
Log in or register now.
Safety Proof:
You can check the source code of this .exe yourself, it's .NET IL, I decided to not obfuscate nor hide anything hoping that this tool won't be used widely enough to get attention of malware developers
Warning
- Scanner is good enough now, but still has a lot of loopholes, so don't rely on it as your only security option
- The Renpy scanner right now is basically a diff checker against clean engine, it does not scan "game" folder nor the code itself, this is still in development
Last edited: