gitkraken / node-dump-syms

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

@axosoft/dump-syms

A thin node-js wrapper around Mozilla/dump_syms

Build

yarn install

Usage

const { dumpSymbol } = require('@axosoft/dump-syms');

const symbols = dumpSymbol('/path/to/binary');

About


Languages

Language:JavaScript 100.0%