Releases: FelixBer/FindFunc
Releases · FelixBer/FindFunc
v1.5
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
- 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! ;)