Skip to content

new error after manually modify finger_plugin.py at line 177 #4

Description

@shidalao
          > * 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 #1 (comment)

IDA version: 7.5

Python version: 3.8

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions