https://github.com/m4b/silicon-symbols
Displays a list of symbols
https://github.com/m4b/silicon-symbols
Last synced: 3 months ago
JSON representation
Displays a list of symbols
- Host: GitHub
- URL: https://github.com/m4b/silicon-symbols
- Owner: m4b
- License: bsd-3-clause
- Created: 2015-08-27T04:17:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-29T18:49:07.000Z (almost 11 years ago)
- Last Synced: 2025-02-23T10:16:48.873Z (over 1 year ago)
- Language: HTML
- Size: 2.07 MB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# silicon-symbols
Displays a list of symbols, in a particular style.
Supported symbol mode:
* ELF
Supported styles/format:
* nlist (similar to what you see from `nm`)
Submit a PR if you want more.
I'll implement a mach-o version at some point when I have time.
# Usage
```html
```
where symbols is an array of objects whose fields are at least:
1. a number `address` (or `st_value`)
2. a string `type`
3. a string `name`
# Documentation
See you the [documentation](http://m4b.github.io/silicon-symbols) for more information and a demo.