A thin node-js wrapper around Mozilla/dump_syms
yarn install
const { dumpSymbol } = require('@axosoft/dump-syms');
const symbols = dumpSymbol('/path/to/binary');
A thin node-js wrapper around Mozilla/dump_syms
yarn install
const { dumpSymbol } = require('@axosoft/dump-syms');
const symbols = dumpSymbol('/path/to/binary');