Vojtěch Hron / n00bDebugger

Security Toolkit

An overview of tools I have developed for security research and malware analysis. Each article describes a single tool – its purpose and how to use it.

Security ToolkitMay 31, 2026

PERE - PE Risk Engine

PERE is a CLI tool for fast static analysis of EXE and DLL files in Windows directories. It assigns a risk score based on imports, digital signatures, PE structure, and entropy to highlight potentially suspicious binaries.

Read more