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-12-14
Kernel: Add ability to load interpreter instead of main program
Itamar
2020-12-01
LibELF: Fix busted validation of section header location
Andreas Kling
2020-12-01
LibELF+Kernel: Validate program headers in Image::parse
Andrew Kaster
2020-12-01
LibELF: Catch more Shenanigans in ELF files
Andrew Kaster
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-09-27
LibELF: Validate PT_GNU_RELRO program header
Luke
2020-09-25
Meta+LibC through LibHTTP: Make clang-format-10 clean
Ben Wiederhake
2020-09-13
Kernel: Make copy_to/from_user safe and remove unnecessary checks
Tom
2020-08-30
Libraries: Unbreak building with extra debug macros
Ben Wiederhake
2020-08-20
LibELF: Ignore PT_GNU_STACK headers
Andreas Kling
2020-08-17
LibELF: Fix uninitialized member variable in DynamicLoader, found by Coverity
Brian Gianforcaro
2020-08-12
LibELF: Tell compiler about invisible calls
Ben Wiederhake
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
[next]