Projects STRLCPY LIEF Commits 077bc329
🤬
  • ■ ■ ■ ■
    include/LIEF/ELF/Parser.hpp
    skipped 51 lines
    52 52   static constexpr uint32_t NB_MAX_CHAINS = 1000000;
    53 53   static constexpr uint32_t NB_MAX_SECTION = 10000;
    54 54   static constexpr uint32_t NB_MAX_SEGMENTS = 10000;
    55  - static constexpr uint32_t NB_MAX_RELOCATIONS = 10000;
     55 + static constexpr uint32_t NB_MAX_RELOCATIONS = 3000000;
    56 56   static constexpr uint32_t NB_MAX_DYNAMIC_ENTRIES = 1000;
    57 57   static constexpr uint32_t NB_MAX_MASKWORD = 512;
    58 58   static constexpr uint32_t MAX_NOTE_DESCRIPTION = 1_MB;
    skipped 180 lines
Please wait...
Page is in error, reload to recover