https://github.com/gitkraken/node-dump-syms
https://github.com/gitkraken/node-dump-syms
Last synced: 18 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/gitkraken/node-dump-syms
- Owner: gitkraken
- Created: 2023-08-18T00:03:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-11-11T02:43:12.000Z (6 months ago)
- Last Synced: 2026-01-20T08:25:31.984Z (4 months ago)
- Language: JavaScript
- Size: 24.4 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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');
```