You probably want the Mozilla Rust rewrite
A reimplementation of the Breakpad Windows dump_syms tool.
This project requires gyp to build. On Ubuntu you can apt-get install gyp
. On Windows you can use Chromium's depot_tools.
On Linux you'll also probably want ninja. (Windows users can get ninja as part of the depot_tools above.)
- Run gyp to generate build files
gyp -f ninja --depth=. ./dump_syms.gyp
- To generate a Visual Studio project you can instead run:
gyp -f msvs --depth=. ./dump_syms.gyp
- Run ninja to build
ninja -C out/Default/