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