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
2022-07-12
Everywhere: Add sv suffix to strings relying on StringView(char const*)
sin-ack
2022-07-12
Userland: Convert command line arguments to String/StringView
sin-ack
2022-05-07
LibELF: Name library maps with the full file path
Tim Schumacher
2022-05-02
readelf: Don't error out on invalid interpreter path
Andrew Kaster
2022-05-01
readelf: Add printing for STT_GNU_IFUNC
Daniel Bertalan
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-22
readelf: Port to LibMain
Brian Gianforcaro
2022-02-11
Utilities/readelf: Add printing for RELR relocations
Daniel Bertalan
2022-01-24
Utilities/readelf: Add support for printing the content of sections
Daniel Bertalan
2022-01-16
readelf: Fall back to default interpreter path on empty path
Thijs Waalen
2022-01-13
LibELF: Accept Span instead of Pointer+Size in validate_program_headers
Idan Horowitz
2022-01-13
LibELF: Use StringBuilders instead of Strings for the interpreter path
Idan Horowitz
2021-11-23
LibCore+AK: Move MappedFile from AK to LibCore
Andreas Kling
2021-10-21
LibELF+Userland: Move a few functions to Elf::Image
Valtteri Koskivuori
2021-09-26
LibELF+readelf: Remove duplicated dtag->string map
Rodrigo Tobar
2021-09-11
Utilities: Show dynamic ELF info with "show all" option
Rodrigo Tobar
2021-07-22
Utilities: Make the columns for readelf fit all reloc types on x86_64
Gunnar Beutner
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-22
Utilities: Make sure columns are properly aligned for readelf on x86_64
Gunnar Beutner
2021-07-22
Everywhere: Prefix hexadecimal numbers with 0x
Gunnar Beutner
2021-07-18
readelf: Add names for x86_64 relocations and machine type
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-01
Userland: Replace most printf-style APIs with AK::Format APIs :^)
Linus Groh
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