Windows driver analysis tool that scans .sys files for imports of the ZwTerminateProcess and ZwUnmapViewOfSection API from the ntoskrnl.exe, identifying potential kernel-mode process termination vectors.
- Python installed on Windows
- Python added to the system PATH
Open Command Prompt (cmd) and run:
pip install pyinstaller
pyinstaller --onefile DriverScanner.py