Projects STRLCPY LIEF Commits 1c9c8522
🤬
  • ■ ■ ■ ■
    src/ELF/ExeLayout.hpp
    skipped 551 lines
    552 552   
    553 553   
    554 554   std::sort(non_relative_rels.begin(), non_relative_rels.end(),
    555  - [&elf_class] (const Relocation* lhs, const Relocation* rhs) {
     555 + [elf_class] (const Relocation* lhs, const Relocation* rhs) {
    556 556   if (lhs->r_info(elf_class) != rhs->r_info(elf_class)) {
    557 557   return lhs->r_info(elf_class) < rhs->r_info(elf_class);
    558 558   }
    skipped 1181 lines
Please wait...
Page is in error, reload to recover