
A security-focused general purpose memory allocator providing the malloc API with hardening against heap corruption vulnerabilities.

A security-focused general purpose memory allocator providing the malloc API with hardening against heap corruption vulnerabilities.
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.
Common questions about Hardened malloc including features, pricing, alternatives, and user reviews.
Hardened malloc is A security-focused general purpose memory allocator providing the malloc API with hardening against heap corruption vulnerabilities. It is a Application Security solution designed to help security teams with Security Hardening.
A Node.js library for validating environment variables and providing immutable access to configuration values in applications.
A bash script that analyzes executable files to check security properties like PIE, RELRO, canaries, ASLR, and Fortify Source protections.
SAST tool that detects logical flaws and business logic vulnerabilities
AI-native SAST tool providing contextual code security analysis in pull requests