Skip to content

v1.1.10

Latest

Choose a tag to compare

@github-actions github-actions released this 16 Sep 12:23
· 3 commits to main since this release
3255e29

Fixed

  • Function Scope returning no matches for every function after the first, on SMDA 4.8 and later.
    SmdaReport.getFunctions() caches its result there, and the plugin reused a single outline
    report across queries while only swapping its xcfg, so every query after the first
    re-submitted the first function. A fresh outline is now built per query.
  • The outline now follows a replaced local report, so an upload after renaming no longer carries
    the previous report's metadata.

What's Changed

Changes

  • docs: add DeepWiki badge by @r0ny123 in #14
  • Pick the versioned libpython for idapyswitch by @danielplohmann in #19
  • Build a fresh SMDA report outline per function query (1.1.10) by @danielplohmann in #18
  • Release on a tag from the changelog, with the checks that were memory before by @r0ny123 in #15

Full Changelog: v1.1.9...v1.1.10