ladybird/Libraries/LibELF
Brian Gianforcaro 84c2be604a
Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#4728)
Hex is the de facto format for representing memory addresses, make backtraces
conform to that convention.
2021-01-02 01:38:43 +01:00
..
Arch/i386 LibELF: Re-organize ELFDynamicObject::load and add PLT trampoline 2020-01-01 23:54:06 +01:00
AuxiliaryVector.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
CoreDump.h Everywhere: Re-format with clang-format-11 2020-12-31 21:51:00 +01:00
DynamicLoader.cpp Everywhere: Fix more typos 2020-12-31 01:47:41 +01:00
DynamicLoader.h Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
DynamicObject.cpp Everywhere: Fix more typos 2020-12-31 01:47:41 +01:00
DynamicObject.h Loader: Support loading non-position independent executables 2020-12-24 21:46:35 +01:00
exec_elf.h Loader: Add dynamic loader program 2020-12-14 23:05:53 +01:00
Image.cpp Kernel+LibELF: Use hex instead of decimal for stack offsets in back traces (#4728) 2021-01-02 01:38:43 +01:00
Image.h Kernel+LibELF: Abort ELF executable load sooner when something fails 2020-12-25 14:42:42 +01:00
Validation.cpp LibELF: validate_program_headers: Validate p_memsz and p_align 2021-01-01 14:34:25 +01:00
Validation.h LibELF+Kernel: Validate program headers in Image::parse 2020-12-01 09:58:21 +01:00