Skip to content
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

Minor changes for IDA9 compat #94

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Conversation

mzpqnxow
Copy link

Minor changes for IDA9 compat

@@ -20,7 +21,11 @@ def is_imported_ea(ea):


def is_code_ea(ea):
if idaapi.cvar.inf.procname == "ARM":
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

there is same change at line 46 to be applied

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good catch, thanks!

I actually hit that case a few hours after those commits but only fixed it in-place (doh!)

Thanks for this tool btw!

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would you like to change it, or shall I? Either is fine, but I am AFK at the moment

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not any related to authors, was looking if anyone have already updated to ida 9 =)

@siilky
Copy link

siilky commented Nov 21, 2024

one more, in core/temporary_structure.py replace idaapi.import_type with idc.import_type

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants