-
Notifications
You must be signed in to change notification settings - Fork 127
New issue
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
IDA 7.3 - ValueError: Invalid chooser passed #34
Comments
Okey this is weird. print (chooser)
print (isinstance(chooser, Choose))
print (isinstance(chooser, Choose2)) -> It's creating a Choose2. Just editing |
Let me check. I am getting an IDA 7.3. Haven't tested on 7.3 yet. It looks like they change the Choose api again. Thanks! |
The Choose API is not the problem I think.
It works just fine. For some reason that v7 check there doesn't work right. |
This could be solved by replacing
with
in Kam1n0/kam1n0-clients/ida-plugin/Kam1n0/IDAUtils.py So, the pull request I started on 26 Mar should be able to solve it. |
Kam1n0 v2.1 freshly installed.
Ref: danielplohmann/apiscout#8
I tested Kam1n0 in late 2017 and couldn't get it to work, sad that now it again.. doesn't work.
The text was updated successfully, but these errors were encountered: