Finger-Multi-threading icon indicating copy to clipboard operation
Finger-Multi-threading copied to clipboard

new error after manually modify `finger_plugin.py` at line 177

Open shidalao opened this issue 2 years ago • 0 comments

          > * 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

Then it should be another error like this: funcs = list(idaapi.getn_func, ctx.chooser_selection) TypeError: list expected at most 1 argument, got 2

Originally posted by @shidalao in https://github.com/Holit/Finger-Multi-threading/issues/1#issuecomment-1705901029

IDA version: 7.5

Python version: 3.8

shidalao avatar Sep 05 '23 03:09 shidalao