Repository History
Explore all analyzed open source repositories

Citadel: A Binary Static Analysis Framework for Malware Research
Citadel is a robust binary static analysis framework tailored for payload analysis and malware research. It provides comprehensive PE parsing, capability detection, and similarity analysis through a modern web interface, helping researchers understand why implants are detected statically.

Mypy: Static Typing for Python - Enhance Code Quality and Reliability
Mypy is a powerful static type checker for Python that helps developers find bugs in their programs without even running them. By leveraging PEP 484 type hints, Mypy ensures variables and functions are used correctly, leading to more robust and maintainable code. It supports gradual typing, allowing for flexible adoption, and offers advanced features like type inference and generics.

Hexora: Static Analysis Tool for Malicious Python Code
Hexora is a powerful static analysis tool, developed in Rust, designed to identify malicious and harmful patterns within Python code. It helps audit project dependencies, detect suspicious scripts, and analyze Indicators of Compromise (IoC) files. This tool is essential for enhancing software supply chain security and proactively identifying threats.