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
/
Validation.cpp
Age
Commit message (
Expand
)
Author
2023-02-08
LibELF: Add EM_AARCH64 as expected architecture for ELF validation
Timon Kruiper
2023-01-21
Everywhere: Remove string.h include from AK/Traits.h and resolve fallout
Andrew Kaster
2022-12-28
LibELF+LibSymbolication: Remove i686 support
Liav A
2022-12-20
LibELF: Include <pthread.h> to ensure PTHREAD_STACK_MAX is available
Andrew Kaster
2022-12-11
Kernel+LibC+LibELF: Set stack size based on PT_GNU_STACK during execve
sin-ack
2022-05-01
LibELF: Relax restriction on allowed values of EI_OSABI to allow GNU
Andrew Kaster
2022-02-16
Kernel+LibELF+LibVT: Remove unused AK::String header includes
Idan Horowitz
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-08-31
LibELF: Allow (but ignore) PT_LOAD headers with zero size
Andreas Kling
2021-07-01
LibELF: Check for missing PT_LOAD alignment header value
Idan Horowitz
2021-06-29
LibELF: Don't validate PT_LOAD alignment in ET_CORE files
Andreas Kling
2021-06-28
Kernel+LibELF: Add support for validating and loading ELF64 executables
Gunnar Beutner
2021-06-24
LibELF: Fix missing include
Hendiadyoin1
2021-05-30
AK+Userland: Use akaster@serenityos.org for my copyright headers
Andrew Kaster
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-04-18
LibElf: Allow PT_GNU_EH_FRAME program headers
Gunnar Beutner
2021-03-29
LibElf+readelf: Parse ELFs with no program headers correctly
Idan Horowitz
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-30
LibELF: Add a bunch of overflow checks in ELF validation
Andreas Kling
2021-01-16
LibELF: validate_program_headers: Validate PT_INTERP header p_filesz > 1
Brendan Coles
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling