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
/
Image.cpp
Age
Commit message (
Expand
)
Author
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling
2021-01-10
AK: Make MappedFile heap-allocated and ref-counted
Andreas Kling
2021-01-10
LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro name
Andreas Kling
2021-01-09
LibELF: Fix cached sorted symbols in ELF::Image
Itamar
2021-01-09
LibELF: Add Symbol::is_undefined()
Itamar
2021-01-02
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...
Brian Gianforcaro
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-21
LibELF: Fix ELF::Image::symbol_count() asserting on section-less ELF
Andreas Kling
2020-12-14
LibELF: Move the implementation of find_demangled_function to ELF::Image
Itamar
2020-12-14
Loader: Add dynamic loader program
Itamar
2020-12-01
LibELF+Kernel: Validate program headers in Image::parse
Andrew Kaster
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
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
2020-04-11
LibELF: Move ELF classes into namespace ELF
Andrew Kaster