summaryrefslogtreecommitdiff
path: root/Libraries/LibELF/ELFImage.cpp
AgeCommit message (Expand)Author
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-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-02-21LibELF: Use the ELF_STRTAB string constant instead of hard-codingAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2020-01-16Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolicationAndreas Kling
2020-01-13LibELF: Add methods to validate the ELF and program headersAndrew Kaster
2020-01-09LibELF: Remove DynamicSection from ELFImageAndrew Kaster
2020-01-06Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ingAndreas Kling
2020-01-05LibELF: Fix stack overflow in ELFImage::relocations()Andreas Kling
2020-01-04LibELF+LibC: Split ELFDynamicObject into a Loader + ObjectAndrew Kaster
2020-01-01LibELF: Add ELFDynamicObject to dynamically load libariesAndrew Kaster
2020-01-01LibELF: Replace kprintf's in ELFImage.cpp with dbgprintfAndrew Kaster
2019-11-28LibELF: Restore the relocation code from git historyAndreas Kling
2019-11-06LibELF: Move AK/ELF/ into Libraries/LibELF/Andreas Kling