High-performance C# malware scanner built to audit source code and clean servers after security breaches. It identifies backdoors and vulnerabilities across thousands of files in seconds.
Detects eval, assert, and base64_decode obfuscation.
Flags dangerous calls: system, shell_exec, proc_open.
Identifies unauthorized network connections (fsockopen).
Spots UNION ALL SELECT and INFORMATION_SCHEMA patterns.
Multithreaded Task.Run for zero UI lag.
Live calculation of estimated remaining scan time.
Language: C# (.NET Framework)
UI Framework: Windows Forms
Method: Compiled Regex Static Analysis