Skip to content

Releases: FelixBer/FindFunc

v1.5

17 Nov 21:20

Choose a tag to compare

What's Changed

  • Ida Pro 9.x support (tested up to 9.2)
  • improve search canceling
  • add ida-plugin.json

IDA 8.x and 9.x versions are supported.
For 9.x copy the entire FindFunc directory into IDAs plugin directory.
For 8.x only copy "findfuncmain.py" and directory "findfunc" into IDAs plugin directory

New Contributors

Full Changelog: v1.4...v1.5

v1.4

01 Sep 15:08

Choose a tag to compare

  • new: clone tab option to clone rule + result list (right click on tab)
  • new: add advanced copy menu: mask all but opcode and immediate
  • guard against empty or invalid input when editing
  • middle-click copies the resp. cell in rules and result tables to clipboard
  • allow pasting immediates directly (0xABC or ABCh for hex, else dec)
  • immediate-rules are now serialized in hex representation
  • inverted rules now have red font-color
  • rename button 'Search Functions' to 'Find Functions' - branding! ;)

v1.3

10 May 01:11

Choose a tag to compare

  • fix crash under rare startup circumstances
  • docking support
  • allow renaming of tabs by doubleclicking them
  • load/save a session (all tabs) to/from file
  • prompt for unsaved state on exit
  • ctrl+r shortcut for refining

v1.1

06 May 10:52

Choose a tag to compare

  • fix critical bug when running as script (File->ScripFile...) rather than plugin

v1.0

28 Apr 00:26

Choose a tag to compare

Initial release