Lightweight executable scanning tool written in C. Recursively scans directories for Windows installer and executable files and performs static analysis.
- Recursive directory scanning (
.exe,.dll,.msi) - Shannon entropy calculation
- Suspicion classification (Normal / Moderate / Suspicious)
- CSV report export
Requires MinGW GCC.
make
sentinel.exe [directory]
Scans the current directory by default.
Console report with entropy scores and a report.csv file.
Apache 2.0