| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A native Golang tool to extract DWARF and Symbol information for ELF Object files
This project is in-complete.
But feel free to contribute. This project is a proof of concept for https://github.com/parca-dev/parca-agent to extract debug information from ELF files using pure Go. It turns out a fully-fledged ELF writer written in Go doesn't exist.
So I started to write a package for that. I'm not an expert on the format, but I'm learning. Please feel free to contribute.
Flags:
Usage: split-debug <path>
Arguments:
<path> File path to the object file extract debug information from.
Flags:
-h, --help Show context-sensitive help.
--log-level="info" Log level.| Back | FazBrowse Home | New Git URL |