Projects STRLCPY LIEF Commits 690d9f99
🤬
  • ■ ■ ■ ■
    api/python/src/ELF/objects/pySymbol.cpp
    skipped 138 lines
    139 139   nb::rv_policy::reference_internal)
    140 140   
    141 141   .def_prop_ro("section",
    142  - &Symbol::section,
     142 + nb::overload_cast<>(&Symbol::section),
    143 143   R"delim(
    144 144   Return the section (:class:`~lief.ELF.Section`) associated with this symbol
    145 145   if any. Otherwise, return None.
    skipped 28 lines
Please wait...
Page is in error, reload to recover