Историја ревизија

Аутор SHA1 Порука Датум
  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 година
  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 година