memprobe alternatives

Memprobe is a tool that analyzes compiled firmware files (ELF) to show how memory is used in flash and RAM. It provides detailed breakdowns by file, symbol, and memory region, helping identify size changes between builds. The CLI tool is open source and can run locally or in CI pipelines, with optional GitHub Actions integration for automated size checks.

Alternatives