Andreas Kling
|
7db8ccc0e4
LibC+DynamicLoader: Move "transactional memory" GCC stubs to LibC
|
4 年之前 |
Brian Gianforcaro
|
069fd58381
LibELF: Convert more string literals to StringView literals.
|
4 年之前 |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 年之前 |
Andreas Kling
|
d6af3302e8
LibELF: Don't recompute the same ELF hashes over and over
|
4 年之前 |
Andreas Kling
|
af6a633468
LibELF: Remove an ungodly amount of DYNAMIC_LOAD_DEBUG logging
|
4 年之前 |
Andreas Kling
|
f23b29f605
LibELF: Move DynamicObject::lookup_symbol() to DynamicLoader
|
4 年之前 |
Andreas Kling
|
a43910acc3
LibELF: Make SymbolLookupResult::address a VirtualAddress
|
4 年之前 |
Andreas Kling
|
1997d5de1a
LibELF: Make symbol lookup functions return Optional<Symbol>
|
4 年之前 |
Andreas Kling
|
46c3ff2acf
LibELF: Remove "always bind now" global flag
|
4 年之前 |
Andreas Kling
|
ba1eea9898
LibELF+DynamicLoader: Rename DynamicObject::construct() => create()
|
4 年之前 |
Andreas Kling
|
01f1e480e5
LibELF: Fix various clang-tidy warnings
|
4 年之前 |
Andreas Kling
|
0c0127dc3f
LibELF: Use StringView instead of "const char*" in dynamic linker code
|
4 年之前 |
Andreas Kling
|
08476e7fe7
DynamicLoader: Always make .data segment read+write
|
4 年之前 |
Andreas Kling
|
fa4c249425
LibELF+Userland: Enable RELRO for all userland executables :^)
|
4 年之前 |
Andreas Kling
|
0d3866e84c
DynamicLoader: Some ELF data segments were allocated too small
|
4 年之前 |
Andreas Kling
|
40a5487bab
LibELF: Unmap and close the main executable after dynamic load
|
4 年之前 |
AnotherTest
|
09a43969ba
Everywhere: Replace dbgln<flag>(...) with dbgln_if(flag, ...)
|
4 年之前 |
AnotherTest
|
53ce923e10
Everywhere: Fix obvious dbgln() bugs
|
4 年之前 |
Andreas Kling
|
4df3a34bc2
LibELF: Only set up PLT trampoline for objects with a PLT
|
4 年之前 |
Andreas Kling
|
349cf6ad67
LibELF: Randomize the VM reservation (so we don't break ASLR)
|
4 年之前 |
Andreas Kling
|
3a3270eb68
LibELF: Make a dummy VM reservation before mapping dynamic objects
|
4 年之前 |
Andreas Kling
|
1d394b8a76
LibELF: Close dynamic objects after mapping and linking them
|
4 年之前 |
Andreas Kling
|
e313323317
LibELF: Split the DynamicLoader's loading mechanism into two steps
|
4 年之前 |
Andreas Kling
|
36525c0572
LibELF: Assert on multiple calls to DynamicLoader::load_from_image()
|
4 年之前 |
Andreas Kling
|
2b862e4569
LibELF: Don't validate ELF twice in DynamicLoader
|
4 年之前 |
Andreas Kling
|
68576bcf1b
LibELF: Call mmap() before constructing the DynamicLoader object
|
4 年之前 |
Jorropo
|
8f8bbd1bcd
DynamicLoader: load_program_headers use variables to store regions (#5173)
|
4 年之前 |
Andreas Kling
|
d988bd86e4
LibELF: Map text segments read-only at first
|
4 年之前 |
Andreas Kling
|
3438b77aa4
LibELF: Tidy up DynamicLoader::load_program_headers() a bit
|
4 年之前 |
Jorropo
|
c33d50872e
LibELF: perror on failed mmap in load_program_headers (#5159)
|
4 年之前 |