Historique des commits

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