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
Age
Commit message (
Expand
)
Author
2020-08-11
LibELF: Remove unused cruft in ELF::Loader
Andreas Kling
2020-08-11
LibELF: Set ELF::Loader::m_symbol_count in constructor
Andreas Kling
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: Use FlatPtr instead of u32 in DynamicLoader to get LibELF to bu...
Nico Weber
2020-08-09
LibELF+Lagom: Work towards getting LibELF in Lagom
Nico Weber
2020-08-06
Refactor: Expose const_cast by removing ByteBuffer::warp(const void*, size_t)
asynts
2020-07-07
Kernel+LibELF: Expose ELF Auxiliary Vector to Userspace
Andrew Kaster
2020-05-16
Kernel: Absorb LibBareMetal back into the kernel
Andreas Kling
2020-05-16
LibELF: Handle DT_SONAME dynamic entries
Andrew Kaster
2020-05-14
Build: Switch to CMake :^)
Sergey Bugaev
2020-05-07
LibELF: Add Image::Section::wrapping_byte_buffer
Itamar
2020-04-20
LibELF: Make ELF::Loader RefCounted
Itamar
2020-04-16
Userland: Add "functrace" utility
Itamar
2020-04-13
LibELF: Add find_demangled_function
Itamar
2020-04-11
LibELF: Validate the mapped file in DynamicLoader constructor
Andrew Kaster
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
2020-04-11
LibELF: Return false instead of assert on unrecognized program header
Andrew Kaster
2020-04-11
LibELF: Add a find_symbol() API that finds a Symbol for an address
Andreas Kling
2020-04-07
LibELF: Cache symbol counts + demangled names (userspace only)
Andreas Kling
2020-03-23
AK: Reduce header dependency graph of String.h
Andreas Kling
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-03
AK: Make quick_sort() a little more ergonomic
Andreas Kling
2020-02-29
LibELF: Use MAP_PRIVATE for file-backed mmaps in ELFDynamicLoader
Andrew Kaster
2020-02-22
LibELF: Avoid unnecessarily recomputing loop boundaries over and over
Andreas Kling
2020-02-21
LibELF: Use the ELF_STRTAB string constant instead of hard-coding
Andreas Kling
2020-02-19
LibELF: Short-circuit symbolication when there are no symbols
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-14
AK: Add a forward declaration header
Andreas Kling
2020-02-10
AK: Remove bitrotted Traits::dump() mechanism
Andreas Kling
2020-02-09
LibELF: Use VirtualAddress class from LibBareMetal
Liav A
2020-02-06
LibGfx: Unpublish Gfx::Size from the global namespace
Andreas Kling
2020-02-02
Meta: Claim copyright on files added by me
Andrew Kaster
2020-01-18
Meta: Add license header to source files
Andreas Kling
2020-01-16
Kernel+LibELF: Don't blindly trust ELF symbol offsets in symbolication
Andreas Kling
2020-01-13
LibELF: Add methods to validate the ELF and program headers
Andrew Kaster
2020-01-10
Kernel+LibELF: Enable SMAP protection during non-syscall exec()
Andreas Kling
2020-01-09
LibELF: Remove DynamicSection from ELFImage
Andrew Kaster
2020-01-09
LibELF: Map .text segment with MAP_ANONYMOUS for shared objects
Andrew Kaster
2020-01-06
Kernel+LibELF: Validate PT_LOAD and PT_TLS offsets before memcpy()'ing
Andreas Kling
2020-01-05
LibELF: Fix stack overflow in ELFImage::relocations()
Andreas Kling
2020-01-04
LibELF+LibC: Split ELFDynamicObject into a Loader + Object
Andrew Kaster
2020-01-02
LibELF: Simplify R_386_32 relocations to ignore symbol bind value
Andrew Kaster
2020-01-01
LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline
Andrew Kaster
2020-01-01
LibELF: Call DT_INIT method now that startfiles are correct for DSOs
Andrew Kaster
2020-01-01
LibELF: Add ELFDynamicObject to dynamically load libaries
Andrew Kaster
2020-01-01
LibELF: Replace kprintf's in ELFImage.cpp with dbgprintf
Andrew Kaster
2019-12-25
Kernel: Make kernel memory regions be non-executable by default
Andreas Kling
2019-12-20
Build: clean up build system, use one shared Makefile
joshua stein
[next]