14 stable releases

2.3.4 Sep 6, 2024
2.3.3 Jun 4, 2024
2.3.1 Mar 11, 2024
2.2.2 Sep 13, 2023
0.0.7 May 23, 2022

#259 in Parser implementations

Download history 1774/week @ 2024-07-30 2302/week @ 2024-08-06 2000/week @ 2024-08-13 1878/week @ 2024-08-20 1456/week @ 2024-08-27 2462/week @ 2024-09-03 967/week @ 2024-09-10 1265/week @ 2024-09-17 1258/week @ 2024-09-24 1682/week @ 2024-10-01 1773/week @ 2024-10-08 2104/week @ 2024-10-15 1363/week @ 2024-10-22 1804/week @ 2024-10-29 1239/week @ 2024-11-05 1435/week @ 2024-11-12

6,045 downloads per month
Used in 2 crates (via minidump-writer)

MIT/Apache

7.5MB
4K SLoC

Contains (Windows DLL, 550KB) test_data/windows/basic64.dll, (Windows DLL, 550KB) test_data/windows/basic-opt64.dll, (Windows DLL, 420KB) test_data/windows/basic-opt32.dll, (Windows DLL, 425KB) test_data/windows/basic32-min.dll, (Windows DLL, 425KB) test_data/windows/basic32.dll, (Windows DLL, 430KB) test_data/windows/mozwer.dll and 8 more.

dump_syms

Task Status codecov

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] <filenames>...

for help:

dump_syms --help

Development

To build:

cargo build

To run tests:

cargo test

Dependencies

~11–28MB
~353K SLoC