index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Utilities
/
readelf.cpp
Age
Commit message (
Expand
)
Author
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-04-25
LibC+LibELF: Implement more fully-features dlfcn functionality
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-21
readelf: Remove an unnecessary String::format()
Andreas Kling
2021-04-11
LibC: Move S_* defines into <fcntl.h>
Gunnar Beutner
2021-03-29
LibElf+readelf: Parse ELFs with no program headers correctly
Idan Horowitz
2021-03-22
readelf: Use Loader.so interpreter for dynamic section and symbols
Brendan Coles
2021-03-19
readelf: Add --checksec flag to display security hardening info
Brendan Coles
2021-03-14
readelf: Tweak section headers output column padding
Brendan Coles
2021-03-14
readelf: Add support for core notes and relocations
Brendan Coles
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-01-12
Userland: Move command-line utilities to Userland/Utilities/
Andreas Kling