Skip to content

Instantly share code, notes, and snippets.

@grantseltzer
Created September 14, 2018 01:17
Show Gist options
  • Save grantseltzer/3634c10d8c2fa4c2ce38c9c83855ac78 to your computer and use it in GitHub Desktop.
Save grantseltzer/3634c10d8c2fa4c2ce38c9c83855ac78 to your computer and use it in GitHub Desktop.
// A Symbol represents an entry in an ELF symbol table section.
type Symbol struct {
Name string
Info byte
Other byte
Section SectionIndex
Value uint64
Size uint64
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment