> cat /dev/github | grep security-tools
discovered 03 Aug 2026

villoc

via awesome-list
→ View on GitHub
Villoc is a heap visualization tool written in Python that renders static HTML files from memory tracing data, primarily generated by ltrace or DynamoRIO. It allows users to analyze memory operations in applications by providing a visual representation of the heap's state and significant memory events, enhanced with annotation functionality for improved analysis. Notable features include compatibility with multiple tracers, the ability to inject annotations directly from C code, and configurable options to accommodate different memory allocation implementations.