summaryrefslogtreecommitdiff
path: root/Libraries/LibELF/Image.cpp
AgeCommit message (Expand)Author
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling
2021-01-10AK: Make MappedFile heap-allocated and ref-countedAndreas Kling
2021-01-10LibELF: Convert many dbgprintf() to dbgln() and tweak debug macro nameAndreas Kling
2021-01-09LibELF: Fix cached sorted symbols in ELF::ImageItamar
2021-01-09LibELF: Add Symbol::is_undefined()Itamar
2021-01-02Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#...Brian Gianforcaro
2020-12-25Kernel+LibELF: Abort ELF executable load sooner when something failsAndreas Kling
2020-12-25LibELF: Remove ELF::Loader and move everyone to ELF::ImageAndreas Kling
2020-12-21LibELF: Fix ELF::Image::symbol_count() asserting on section-less ELFAndreas Kling
2020-12-14LibELF: Move the implementation of find_demangled_function to ELF::ImageItamar
2020-12-14Loader: Add dynamic loader programItamar
2020-12-01LibELF+Kernel: Validate program headers in Image::parseAndrew Kaster
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-10Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ...Nico Weber
2020-08-09LibELF+Lagom: Work towards getting LibELF in LagomNico Weber
2020-04-11LibELF: Move validation methods to their own fileAndrew Kaster
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster