index
:
build-id
master
Example code for reading an ELF binary's .note.gnu.build-id section, from the program itself
mattst88
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2020-06-24
Remove usage of bash '&>' redirection
Neil Roza
2020-03-28
README.md: Wordsmithing, formatting improvements
Matt Turner
2020-03-25
Add README.MD and LICENSE
Matt Turner
2020-03-24
Always build with -fPIC
Matt Turner
2019-04-25
Test that by_symbol returns the same nhdr as by_name
Matt Turner
2019-04-25
Fix address comparison for binaries with LOAD vaddr > 0
Matt Turner
2019-04-25
Add a program using dlopen
Matt Turner
2019-04-25
Add a check target to the Makefile
Matt Turner
2017-11-25
Add macros to build on OpenBSD
Matt Turner
2017-11-24
Add build_id_find_nhdr_by_symbol()
Matt Turner
2017-11-24
Add "by_name" to function name
Matt Turner
2017-11-24
Simplify code structure to match upstream Mesa
Matt Turner
2017-11-24
Rename "note" to "build_id_note" to avoid potential collisions
Matt Turner
2017-11-24
Change API to match upstream Mesa
Matt Turner
2017-11-24
Add .gitignore
Matt Turner
2017-02-14
Remove unused headers.
Matt Turner
2016-12-14
Use dl_iterate_phdr() instead of a linker script.
Matt Turner
2016-12-08
Make the linker script work.
Matt Turner
2016-12-08
Initial commit
Matt Turner