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
/
Libraries
/
LibELF
/
Image.h
Age
Commit message (
Expand
)
Author
2021-07-22
LibELF+Utilities: Avoid truncating 64-bit values
Gunnar Beutner
2021-07-06
Kernel+LibELF: Don't demangle symbols in the kernel
Gunnar Beutner
2021-06-29
LibELF: Use correct accessor macros on x86_64 for some ELF fields
Gunnar Beutner
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-05-31
LibELF + LibDebug: Reduce allocations during symbolification
Brian Gianforcaro
2021-05-16
AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue`
Nicholas Baron
2021-05-15
LibELF: Use binary search when looking up symbols :^)
Andreas Kling
2021-05-15
LibELF: Remove sketchy use of "undefined" ELF::Image::Section
Andreas Kling
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-18
LibC+LibELF: Implement support for the dl_iterate_phdr helper
Gunnar Beutner
2021-02-23
LibELF: Don't build barely-used section lookup table in ELF::Image
Andreas Kling
2021-02-21
LibELF: Fix various clang-tidy warnings
Andreas Kling
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling