Finger-Multi-threading
Finger-Multi-threading copied to clipboard
Muti-threading version of Finger
Results
2
Finger-Multi-threading issues
Sort by
recently updated
recently updated
newest added
I use ida7.7 and when I lanuch ida ,an error occurred! 
> * Python 3 issue please manually modify `finger_plugin.py` at line 177: > > ```python > # funcs = map(idaapi.getn_func, ctx.chooser_selection) # old > funcs = list(idaapi.getn_func, ctx.chooser_selection) # new...