summaryrefslogtreecommitdiff
path: root/Libraries/LibELF
AgeCommit message (Expand)Author
2020-12-14LibELF: Move the implementation of find_demangled_function to ELF::ImageItamar
2020-12-14LibC: Link statically with libstdc++Itamar
2020-12-14LibELF: Allow using ELF::Loader for ET_CORE objectsItamar
2020-12-14LibELF: Temporarily disable name demanglingItamar
2020-12-14LibELF: Refactor coredump notes section structuresItamar
2020-12-14Kernel: Generate a coredump file when a process crashesItamar
2020-12-14Loader: Stabilize loader & Use shared libraries everywhere :^)Itamar
2020-12-14LibELF: Allow elf files with no section header to pass validationItamar
2020-12-14Loader: Add dynamic loader programItamar
2020-12-14Kernel: Add ability to load interpreter instead of main programItamar
2020-12-01LibELF: Fix busted validation of section header locationAndreas Kling
2020-12-01LibELF+Kernel: Validate program headers in Image::parseAndrew Kaster
2020-12-01LibELF: Catch more Shenanigans in ELF filesAndrew Kaster
2020-10-03Everywhere: Fix more typosLinus Groh
2020-09-27LibELF: Validate PT_GNU_RELRO program headerLuke
2020-09-25Meta+LibC through LibHTTP: Make clang-format-10 cleanBen Wiederhake
2020-09-13Kernel: Make copy_to/from_user safe and remove unnecessary checksTom
2020-08-30Libraries: Unbreak building with extra debug macrosBen Wiederhake
2020-08-20LibELF: Ignore PT_GNU_STACK headersAndreas Kling
2020-08-17LibELF: Fix uninitialized member variable in DynamicLoader, found by CoverityBrian Gianforcaro
2020-08-12LibELF: Tell compiler about invisible callsBen Wiederhake
2020-08-11LibELF: Remove unused cruft in ELF::LoaderAndreas Kling
2020-08-11LibELF: Set ELF::Loader::m_symbol_count in constructorAndreas Kling
2020-08-10Lagom+LibELF: Add an ELF fuzzer, and tweak the code to survive a few minutes ...Nico Weber
2020-08-09LibELF+Lagom: Use FlatPtr instead of u32 in DynamicLoader to get LibELF to bu...Nico Weber
2020-08-09LibELF+Lagom: Work towards getting LibELF in LagomNico Weber
2020-08-06Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)asynts
2020-07-07Kernel+LibELF: Expose ELF Auxiliary Vector to UserspaceAndrew Kaster
2020-05-16Kernel: Absorb LibBareMetal back into the kernelAndreas Kling
2020-05-16LibELF: Handle DT_SONAME dynamic entriesAndrew Kaster
2020-05-14Build: Switch to CMake :^)Sergey Bugaev
2020-05-07LibELF: Add Image::Section::wrapping_byte_bufferItamar
2020-04-20LibELF: Make ELF::Loader RefCountedItamar
2020-04-16Userland: Add "functrace" utilityItamar
2020-04-13LibELF: Add find_demangled_functionItamar
2020-04-11LibELF: Validate the mapped file in DynamicLoader constructorAndrew Kaster
2020-04-11LibELF: Move validation methods to their own fileAndrew Kaster
2020-04-11LibELF: Move ELF classes into namespace ELFAndrew Kaster
2020-04-11LibELF: Return false instead of assert on unrecognized program headerAndrew Kaster
2020-04-11LibELF: Add a find_symbol() API that finds a Symbol for an addressAndreas Kling
2020-04-07LibELF: Cache symbol counts + demangled names (userspace only)Andreas Kling
2020-03-23AK: Reduce header dependency graph of String.hAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-03-08AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)Andreas Kling
2020-03-03AK: Make quick_sort() a little more ergonomicAndreas Kling
2020-02-29LibELF: Use MAP_PRIVATE for file-backed mmaps in ELFDynamicLoaderAndrew Kaster
2020-02-22LibELF: Avoid unnecessarily recomputing loop boundaries over and overAndreas Kling
2020-02-21LibELF: Use the ELF_STRTAB string constant instead of hard-codingAndreas Kling
2020-02-19LibELF: Short-circuit symbolication when there are no symbolsAndreas Kling
2020-02-16Kernel: Move all code into the Kernel namespaceAndreas Kling