提交历史

作者 SHA1 备注 提交日期
  Ollrogge 90ff6cca8a LibELF: Correctly determine symbol amount for DT_GNU_HASH table 1 年之前
  Ali Mohammad Pur 5e1499d104 Everywhere: Rename {Deprecated => Byte}String 1 年之前
  Daniel Bertalan 45d81dceed Everywhere: Replace `ElfW(type)` macro usage with `Elf_type` 1 年之前
  Liav A 69b97fe318 LibELF: Disallow the DynamicLinker from linking a static-pie ELF object 1 年之前
  Sönke Holz 0bff1f61b6 LibC+LibELF: Correctly call destructors on `exit()` 1 年之前
  Sönke Holz c42e8ddc48 LibELF: Calculate size of relocation table correctly in all cases 1 年之前
  Sönke Holz a65d6e5e50 LibELF: Use the first `PT_LOAD` element to calculate base address 1 年之前
  implicitfield 79adeb626b LibC+LibELF: Move ELF definitions from LibC to LibELF 2 年之前
  Daniel Bertalan cd45c2d295 LibELF: Split `do_relocation` into `do_{direct,plt}_relocation` 2 年之前
  Jelle Raaijmakers 1951f7874d LibELF: Report file path for unimplemented `DYNAMIC` tags 2 年之前
  Timon Kruiper ed3be5b7f5 LibELF+LibC: Add support for aarch64 relocations 2 年之前
  Liav A a4c87fac56 LibELF+LibSymbolication: Remove i686 support 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前
  sin-ack 3f3f45580a Everywhere: Add sv suffix to strings relying on StringView(char const*) 3 年之前
  sin-ack c70f45ff44 Everywhere: Explicitly specify the size in StringView constructors 3 年之前
  Tim Schumacher e2036ca2ca LibELF: Store the full file path in DynamicObject 3 年之前
  Daniel Bertalan 08c459e495 LibELF: Add support for IFUNCs 3 年之前
  Daniel Bertalan 4d5965bd2c LibELF: Keep track of whether the PLT contains REL or RELA relocations 3 年之前
  Idan Horowitz 086969277e Everywhere: Run clang-format 3 年之前
  Brian Gianforcaro 39f924a731 LibELF: Skip DynamicObject::dump() if logging isn't enabled 3 年之前
  Daniel Bertalan 3974cac148 LibELF: Implement support for DT_RELR relative relocations 3 年之前
  Idan Horowitz 6c8f1e62db LibELF: Ignore unknown dynamic tags instead of asserting 3 年之前
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value 3 年之前
  Rodrigo Tobar 5ae384fc33 LibELF: Indicate value of unimplemented dtag 3 年之前
  Rodrigo Tobar a67e06184b LibC+LibELF: Add definitions for extra dtags 3 年之前
  Rodrigo Tobar 3efd7b458a LibELF+readelf: Remove duplicated dtag->string map 3 年之前
  Brian Gianforcaro 2038d2c49e LibELF: Apply some minor optimizations to symbol lookup 3 年之前
  Daniel Bertalan 18b2484985 LibELF: Remove `(FlatPtr)something.as_ptr()` idiom 3 年之前
  Gunnar Beutner f9a8c6f053 LibELF: Implement support for RELA relocations 4 年之前
  Gunnar Beutner d3127efc01 LibELF: Implement PLT relocations for x86_64 4 年之前