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
/
Validation.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-10
LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro name
Andreas Kling
2021-01-01
LibELF: validate_program_headers: Validate p_memsz and p_align
Brendan Coles
2020-12-27
LibELF: Reject ELF with program header p_filesz larger than p_memsz
Brendan Coles
2020-12-24
Kernel+LibELF: Allow Non ET_DYN executables to have an interpreter
Itamar
2020-12-14
LibELF: Allow using ELF::Loader for ET_CORE objects
Itamar
2020-12-14
LibELF: Allow elf files with no section header to pass validation
Itamar
2020-12-01
LibELF: Fix busted validation of section header location
Andreas Kling
2020-12-01
LibELF+Kernel: Validate program headers in Image::parse
Andrew Kaster
2020-12-01
LibELF: Catch more Shenanigans in ELF files
Andrew Kaster
2020-09-27
LibELF: Validate PT_GNU_RELRO program header
Luke
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-08-20
LibELF: Ignore PT_GNU_STACK headers
Andreas Kling
2020-08-10
Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ...
Nico Weber
2020-08-09
LibELF+Lagom: Work towards getting LibELF in Lagom
Nico Weber
2020-04-11
LibELF: Move validation methods to their own file
Andrew Kaster