-
Notifications
You must be signed in to change notification settings - Fork 5
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
Fix compatibility with IDA 7.x and Python 3 #1
base: master
Are you sure you want to change the base?
Conversation
See discussion here: dolphin-emu#1 (comment)
6c3d741
to
80014ed
Compare
188f95e
to
3c8d3d7
Compare
ua_dodata2(0, op.addr, op.dtyp) | ||
ua_add_dref(0, op.addr, dr_R) # TODO: dr_W ? | ||
cmd.create_op_data(op.addr, 0, op.dtype) | ||
cmd.add_dref(op.addr, 0, dr_R) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The TODO is still valid. Currently all xrefs are reads.
res.dtyp = dt_byte | ||
res.addr = val | ||
res.dtype = dt_byte | ||
res.addr = 0x10000 | val |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add to the readme how the segments should be set up so that this works. (For a future PR, could the plugin do that itself?)
Not sure if this is a new bug but gcdsp-ida is missing operands sometimes. dsptool:
gcdsp-ida:
|
Yeah, looks like that could be a regression... I'll investigate. |
No description provided.