An open API service indexing awesome lists of open source software.

https://github.com/gitkraken/node-dump-syms


https://github.com/gitkraken/node-dump-syms

Last synced: 18 days ago
JSON representation

Awesome Lists containing this project

README

          

# @axosoft/dump-syms

A thin node-js wrapper around [Mozilla/dump_syms](https://github.com/mozilla/dump_syms)

### Build

`pnpm install`

### Usage

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

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