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
Age
Commit message (
Expand
)
Author
2021-01-02
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...
Brian Gianforcaro
2021-01-01
LibELF: validate_program_headers: Validate p_memsz and p_align
Brendan Coles
2020-12-31
Everywhere: Re-format with clang-format-11
Linus Groh
2020-12-31
Everywhere: Fix more typos
Luke
2020-12-30
LibELF+LibCoreDump: Add a Metadata notes entry
Linus Groh
2020-12-30
LibELF+LibCoreDump: Add a ProcessInfo notes entry
Linus Groh
2020-12-29
LibELF: Add MemoryRegionInfo::object_name()
Linus Groh
2020-12-29
LibELF: Don't try to call mremap() on macOS
Andreas Kling
2020-12-29
DynamicLoader: Only remap text segments private if there are textrels
Andreas Kling
2020-12-27
LibELF: Reject ELF with program header p_filesz larger than p_memsz
Brendan Coles
2020-12-26
Everywhere: void arguments to C functions
Lenny Maiorani
2020-12-25
LibELF: Move AuxiliaryValue into the ELF namespace
Andreas Kling
2020-12-25
Kernel+LibELF: Abort ELF executable load sooner when something fails
Andreas Kling
2020-12-25
LibELF: Remove ELF::Loader and move everyone to ELF::Image
Andreas Kling
2020-12-25
Kernel+LibELF: Move sys$execve()'s loading logic from LibELF to Kernel
Andreas Kling
2020-12-25
Kernel+LibELF: Stop doing ELF symbolication in the kernel
Andreas Kling
2020-12-24
Toolchain+LibC: Fix usage of crt files
Itamar
2020-12-24
Loader: Support loading non-position independent executables
Itamar
2020-12-24
Kernel+LibELF: Allow Non ET_DYN executables to have an interpreter
Itamar
2020-12-21
LibELF: Fix ELF::Image::symbol_count() asserting on section-less ELF
Andreas Kling
2020-12-21
Everywhere: Switch from (void) to [[maybe_unused]] (#4473)
Lenny Maiorani
2020-12-19
LibELF+LibDebug: Remove use of ByteBuffer::wrap()
Andreas Kling
2020-12-14
LibELF: Move the implementation of find_demangled_function to ELF::Image
Itamar
2020-12-14
LibC: Link statically with libstdc++
Itamar
2020-12-14
LibELF: Allow using ELF::Loader for ET_CORE objects
Itamar
2020-12-14
LibELF: Temporarily disable name demangling
Itamar
2020-12-14
LibELF: Refactor coredump notes section structures
Itamar
2020-12-14
Kernel: Generate a coredump file when a process crashes
Itamar
2020-12-14
Loader: Stabilize loader & Use shared libraries everywhere :^)
Itamar
2020-12-14
LibELF: Allow elf files with no section header to pass validation
Itamar
2020-12-14
Loader: Add dynamic loader program
Itamar
2020-12-14
Kernel: Add ability to load interpreter instead of main program
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-10-03
Everywhere: Fix more typos
Linus Groh
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-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-20
LibELF: Ignore PT_GNU_STACK headers
Andreas Kling
2020-08-17
LibELF: Fix uninitialized member variable in DynamicLoader, found by Coverity
Brian Gianforcaro
2020-08-12
LibELF: Tell compiler about invisible calls
Ben Wiederhake
2020-08-11
LibELF: Remove unused cruft in ELF::Loader
Andreas Kling
2020-08-11
LibELF: Set ELF::Loader::m_symbol_count in constructor
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: Use FlatPtr instead of u32 in DynamicLoader to get LibELF to bu...
Nico Weber
2020-08-09
LibELF+Lagom: Work towards getting LibELF in Lagom
Nico Weber
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
[next]