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 年之前 |
Andreas Kling
|
322c161ee4
LibELF: Implement ASLR for shared libraries :^)
|
4 年之前 |
Andreas Kling
|
67bc5e0bbd
DynamicLoader: Pass MAP_FIXED to mmap() where applicable
|
4 年之前 |
Andreas Kling
|
adcc1c1eff
LibELF: Cache the DynamicObject in DynamicLoader
|
4 年之前 |
Andreas Kling
|
41d8734288
LibELF: Use Optional<SymbolLookupResult> as a return type
|
4 年之前 |
Andreas Kling
|
a5de46684b
LibELF: Convert String::format() to String::formatted()
|
4 年之前 |
Andreas Kling
|
e9fd81b964
LibELF: Convert dbgprintf() in DynamicLoader class to dbgln()
|
4 年之前 |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 年之前 |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 年之前 |
Andreas Kling
|
13d7c09125
Libraries: Move to Userland/Libraries/
|
4 年之前 |