We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
finger_plugin.py
> * 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
funcs = list(idaapi.getn_func, ctx.chooser_selection) TypeError: list expected at most 1 argument, got 2
Originally posted by @shidalao in #1 (comment)
IDA version: 7.5
Python version: 3.8
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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 #1 (comment)
IDA version: 7.5
Python version: 3.8
The text was updated successfully, but these errors were encountered: