Skip to content

Commit b0bcde2

Browse files
committed
add readme
1 parent dbd0f8c commit b0bcde2

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# @axosoft/dump-syms
2+
3+
A thin node-js wrapper around [Mozilla/dump-syms](https://github.com/mozilla/dump-syms)
4+
5+
### Build
6+
7+
`yarn install`
8+
9+
### Usage
10+
11+
```
12+
const { dumpSymbol } = require('@axosoft/dump-syms');
13+
14+
const symbols = dumpSymbol('/path/to/binary');
15+
```

0 commit comments

Comments
 (0)