Source Checker is a program coded in Java to check if a source code might be infected. You can use this checker for any projects, but it was mainly coded for checking Minecraft Cheating Clients source code which means that it works best with Java source code.
This tool is not 100% accurate, the tool only checks if there are suspicious keywords in a file. Checking the files manually is always better.
I do not take any responsibilities if you got infected by malware after checking the files with this tool.
By following the incoming instructions, you will be able to install this program and use it. To install the program, go to the release page and download the latest jar file.
In order to use it put the jar in the wanted directory, open the cmd in that directory and run java -jar SrcChecker.jar. It'll create a lines.txt file in the same folder as the jar is in which will be filled with the Class path, class name, line and code the program found.
If you don't trust the jar file you can always download the entire repository and build the program on your own.
None yet.
Add some more keywords, fix bugs if any.
BEFORE submitting an issue please read here if it was already submitted by someone else. If not you can report it here
- Alexandros(@Nyvil) - initial work
- Krypton(@kkrypt0n) - Made the C# version, see the repository
- Lyph - helping me :)
This project is licensed under the Apache 2.0 License - see the LICENSE.md file for details.