Skip to content

Releases: Holit/Finger-Multi-threading

Version 0.1.2

07 May 06:50

Choose a tag to compare

Bugfix: #3 repaired empty list exception.
Add: More specifical waiting box

Any problems/bugs please issue me.

Special thanks to @ltlly

Version 0.1.1

08 Oct 16:22

Choose a tag to compare

  • Added new UI to notify user what script is doing.

  • Please change threads count in script manually.
  • Python 3 issue please manually modify finger_plugin.py at line 177:
       # funcs = map(idaapi.getn_func, ctx.chooser_selection) # old
         funcs = list(idaapi.getn_func, ctx.chooser_selection)  # new

Version 0.1.0

07 Oct 14:59

Choose a tag to compare

  • Added Multi-threading.

Please use under aware: this is still not been tested, please save your project before running the script.