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
/
ELFLoader.cpp
Age
Commit message (
Expand
)
Author
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster
2020-04-11
LibELF: Add a find_symbol() API that finds a Symbol for an address
Andreas Kling
2020-04-07
LibELF: Cache symbol counts + demangled names (userspace only)
Andreas Kling
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-02-19
LibELF: Short-circuit symbolication when there are no symbols
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
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-10
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
Andreas Kling
2020-01-06
Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ing
Andreas Kling
2019-12-25
Kernel: Make kernel memory regions be non-executable by default
Andreas Kling
2019-12-12
Kernel: Separate out the symbol offsets in profile output
Andreas Kling
2019-11-29
Kernel: Demangle kernel C++ symbols correctly again
Andreas Kling
2019-11-27
Kernel: Demangle userspace ELF symbols in backtraces
Andreas Kling
2019-11-06
LibELF: Move AK/ELF/ into Libraries/LibELF/
Andreas Kling