Projects STRLCPY LIEF Commits 480b9257
🤬
  • ■ ■ ■ ■
    include/LIEF/PE/Binary.hpp
    skipped 272 lines
    273 273   //!
    274 274   //! @see Relocation
    275 275   bool has_relocations() const {
    276  - return relocations_.empty();
     276 + return !relocations_.empty();
    277 277   }
    278 278   
    279 279   //! Check if the current binary contains debug information
    skipped 415 lines
Please wait...
Page is in error, reload to recover