index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
/
LibELF
/
ELFImage.h
Age
Commit message (
Expand
)
Author
2020-02-22
LibELF: Avoid unnecessarily recomputing loop boundaries over and over
Andreas Kling
2020-02-09
LibELF: Use VirtualAddress class from LibBareMetal
Liav A
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-13
LibELF: Add methods to validate the ELF and program headers
Andrew Kaster
2020-01-09
LibELF: Remove DynamicSection from ELFImage
Andrew Kaster
2020-01-06
Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ing
Andreas Kling
2020-01-05
LibELF: Fix stack overflow in ELFImage::relocations()
Andreas Kling
2020-01-04
LibELF+LibC: Split ELFDynamicObject into a Loader + Object
Andrew Kaster
2020-01-01
LibELF: Add ELFDynamicObject to dynamically load libaries
Andrew Kaster
2019-11-28
LibELF: Add ELFImage::Symbol::bind()
Andreas Kling
2019-11-28
LibELF: Restore the relocation code from git history
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling