summaryrefslogtreecommitdiff
path: root/Libraries/LibELF
AgeCommit message (Expand)Author
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
2020-02-14AK: Add a forward declaration headerAndreas Kling
2020-02-10AK: Remove bitrotted Traits::dump() mechanismAndreas Kling
2020-02-09LibELF: Use VirtualAddress class from LibBareMetalLiav A
2020-02-06LibGfx: Unpublish Gfx::Size from the global namespaceAndreas Kling
2020-02-02Meta: Claim copyright on files added by meAndrew Kaster
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-10Kernel+LibELF: Enable SMAP protection during non-syscall exec()Andreas Kling
2020-01-09LibELF: Remove DynamicSection from ELFImageAndrew Kaster
2020-01-09LibELF: Map .text segment with MAP_ANONYMOUS for shared objectsAndrew 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-02LibELF: Simplify R_386_32 relocations to ignore symbol bind valueAndrew Kaster
2020-01-01LibELF: Re-organize ELFDynamicObject::load and add PLT trampolineAndrew Kaster
2020-01-01LibELF: Call DT_INIT method now that startfiles are correct for DSOsAndrew Kaster
2020-01-01LibELF: Add ELFDynamicObject to dynamically load libariesAndrew Kaster
2020-01-01LibELF: Replace kprintf's in ELFImage.cpp with dbgprintfAndrew Kaster
2019-12-25Kernel: Make kernel memory regions be non-executable by defaultAndreas Kling
2019-12-20Build: clean up build system, use one shared Makefilejoshua stein
2019-12-12Kernel: Separate out the symbol offsets in profile outputAndreas Kling
2019-11-29Kernel: Demangle kernel C++ symbols correctly againAndreas Kling
2019-11-28LibELF: Add ELFImage::Symbol::bind()Andreas Kling
2019-11-28LibELF: Restore the relocation code from git historyAndreas Kling
2019-11-27Kernel: Demangle userspace ELF symbols in backtracesAndreas Kling
2019-11-06LibELF: Move AK/ELF/ into Libraries/LibELF/Andreas Kling