# dump_syms **Repository Path**: mirrors_mozilla/dump_syms ## Basic Information - **Project Name**: dump_syms - **Description**: Rewrite of breakpad dump_syms tools in Rust - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-07 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # dump_syms [![Task Status](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/dump_syms/main/badge.svg)](https://community-tc.services.mozilla.com/api/github/v1/repository/mozilla/dump_syms/main/latest) [![codecov](https://codecov.io/gh/calixteman/dump_syms/branch/master/graph/badge.svg)](https://codecov.io/gh/calixteman/dump_syms) dump_syms is a command-line utility for parsing the debugging information the compiler provides (whether as DWARF or STABS sections in an ELF file or as stand-alone PDB files) and writing that information back out in the Breakpad symbol file format. # Usage Use dump_syms: dump_syms [FLAGS] [OPTIONS] ... for help: dump_syms --help # Development To build: cargo build To run tests: cargo test