Projects STRLCPY LIEF Commits d62d481a
🤬
  • ■ ■ ■ ■
    include/LIEF/MachO/ChainedBindingInfo.hpp
    skipped 87 lines
    88 88   return BindingInfo::TYPES::CHAINED;
    89 89   }
    90 90   
    91  - static bool classof(BindingInfo* info) {
     91 + static bool classof(const BindingInfo* info) {
    92 92   return info->type() == BindingInfo::TYPES::CHAINED;
    93 93   }
    94 94   
    skipped 49 lines
  • ■ ■ ■ ■
    include/LIEF/MachO/DyldBindingInfo.hpp
    skipped 72 lines
    73 73   return BindingInfo::TYPES::DYLD_INFO;
    74 74   }
    75 75   
    76  - static bool classof(BindingInfo* info) {
     76 + static bool classof(const BindingInfo* info) {
    77 77   return info->type() == BindingInfo::TYPES::DYLD_INFO;
    78 78   }
    79 79   
    skipped 16 lines
Please wait...
Page is in error, reload to recover