Projects STRLCPY LIEF Commits 979d0ec6
🤬
  • ■ ■ ■ ■ ■ ■
    api/python/CMakeLists.txt
    skipped 18 lines
    19 19  if (LIEF_EXTERNAL_NANOBINDS)
    20 20   find_package(nanobind REQUIRED)
    21 21  else()
    22  - set(NANOBIND_VERSION 1.7.0.r7.gfd1f04b)
    23  - set(NANOBIND_SHA256 SHA256=c6b1e0459559fc753ec6ef0911744f5fbc5f995e868dcb1ecef8f0c6c3d376d2)
     22 + set(NANOBIND_VERSION 1.7.0.r8.gea62863)
     23 + set(NANOBIND_SHA256 SHA256=0605aae29b2c2e997c253557865a1f1afb2f4d573f53b6423f6e0c90a96bc11f)
    24 24   set(NANOBIND_URL "${THIRD_PARTY_DIRECTORY}/nanobind-${NANOBIND_VERSION}.zip"
    25 25   CACHE STRING "URL to the Nanobind")
    26 26   FetchContent_Declare(nanobind
    skipped 62 lines
  • ■ ■ ■ ■ ■
    tests/abstract/test_abstract.py
    skipped 81 lines
    82 82   rodata = binary.get_section(".rodata")
    83 83   assert rodata.search("kernel-address") == 4
    84 84   assert rodata.search("foobar") is None
     85 + assert rodata.search_all(b"foobar") == []
    85 86   
    86 87  def test_content():
    87 88   binary: lief.ELF.Binary = lief.parse(get_sample('ELF/ELF64_x86-64_binary_gcc.bin'))
    skipped 21 lines
  • third-party/nanobind-1.7.0.r7.gfd1f04b.zip third-party/nanobind-1.7.0.r8.gea62863.zip
    Binary file.
Please wait...
Page is in error, reload to recover