Hardened malloc Logo

Hardened malloc

0
Free
Visit Website

This is a security-focused general purpose memory allocator providing the malloc API along with various extensions. It provides substantial hardening against heap corruption vulnerabilities. It aims to provide decent overall performance with a focus on long-term performance and memory usage rather than allocator micro-benchmarks. It offers scalability via a configurable number of entirely independent arenas, with the internal locking within arenas further divided up per size class. This project currently supports Bionic (Android), musl and glibc. It may support other non-Linux operating systems in the future.

FEATURES

ALTERNATIVES

A vulnerable by design infrastructure on Azure featuring the latest released OWASP Top 10 web application security risks (2021) and other misconfigurations.

An API security platform that combines discovery, compliance monitoring, and protection capabilities to defend against API attacks, automated threats, and data exposure.

An insecure web application with multiple vulnerable web service components for learning real-world web service vulnerabilities.

A tool that uses Apache mod_rewrite to redirect invalid URIs to a specified URL

A Windows Kernel driver intentionally vulnerable to help improve skills in kernel-level exploitation.

A tool for identifying potential security vulnerabilities in dependency configurations by checking for lingering free namespaces for private package names.

A plugin for viewing, detecting weak configurations, and generating Content Security Policy headers.

PINNED