Historial de Commits

Autor SHA1 Mensaje Fecha
  Daniel Bertalan 08c459e495 LibELF: Add support for IFUNCs hace 3 años
  Idan Horowitz 086969277e Everywhere: Run clang-format hace 3 años
  Lenny Maiorani 271d82e23f Libraries: Use default constructors/destructors in LibELF hace 3 años
  Idan Horowitz d296001f3f LibELF: Exclude sorted symbols APIs from the Kernel hace 3 años
  Idan Horowitz 7bd409dbdf LibELF: Use StringBuilder::string_view() to avoid String allocation hace 3 años
  Idan Horowitz cfb9f889ac LibELF: Accept Span instead of Pointer+Size in validate_program_headers hace 3 años
  Idan Horowitz 3e959618c3 LibELF: Use StringBuilders instead of Strings for the interpreter path hace 3 años
  Andreas Kling 8b1108e485 Everywhere: Pass AK::StringView by value hace 3 años
  Valtteri Koskivuori efbcfe0498 LibELF: Rename the x86_64 machine type string to be less verbose hace 3 años
  Valtteri Koskivuori d1adf5bc5e LibELF+Userland: Move a few functions to Elf::Image hace 3 años
  Gunnar Beutner db1c5c4830 LibELF+Utilities: Avoid truncating 64-bit values hace 4 años
  Gunnar Beutner 67f0c0d5f0 Kernel+LibELF: Don't demangle symbols in the kernel hace 4 años
  Gunnar Beutner 158355e0d7 Kernel+LibELF: Add support for validating and loading ELF64 executables hace 4 años
  Hendiadyoin1 37253ebcae LibELF: Fix missing include hace 4 años
  Brian Gianforcaro 5bfba3f789 LibELF + LibDebug: Reduce allocations during symbolification hace 4 años
  Andreas Kling de395a3df2 AK+Everywhere: Consolidate String::index_of() and String::find() hace 4 años
  Gunnar Beutner 843f861f97 LibELF: Fix an integer overflow in Image::find_sorted_symbol hace 4 años
  Nicholas Baron aa4d41fe2c AK+Kernel+LibELF: Remove the need for `IteratorDecision::Continue` hace 4 años
  Andreas Kling b31602367e LibELF: Use binary search when looking up symbols :^) hace 4 años
  Andreas Kling 16221305ad LibELF: Remove sketchy use of "undefined" ELF::Image::Section hace 4 años
  Gunnar Beutner 461acda76f LibELF: Don't use assignments in return statements hace 4 años
  Gunnar Beutner 6cf59b6ae9 Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr hace 4 años
  Brian Gianforcaro 1682f0b760 Everything: Move to SPDX license identifiers in all files. hace 4 años
  Andreas Kling 0005fa0e2b LibELF: Convert String::format() => String::formatted() hace 4 años
  Brian Gianforcaro 069fd58381 LibELF: Convert more string literals to StringView literals. hace 4 años
  Andreas Kling 5d180d1f99 Everywhere: Rename ASSERT => VERIFY hace 4 años
  Andreas Kling 4ed85e9b9e LibELF: Don't build barely-used section lookup table in ELF::Image hace 4 años
  Andreas Kling cb2db3710b LibELF: Fix build with ELF_IMAGE_DEBUG hace 4 años
  Andreas Kling 01f1e480e5 LibELF: Fix various clang-tidy warnings hace 4 años
  Ben Wiederhake ec91f8ad1d LibELF: Avoid quadratic memory usage weakness hace 4 años