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

Rename old API names for latest IDA version #1

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

MikeWeller
Copy link

This renames some old API names based on https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml so the plugin works with IDA 7

Additionally, xrange has been changed to range so this works with Python3

The API renaming might not be comprehensive; I just fixed whatever IDA complained about in the code paths I hit while using it.

This renames some old API names based on https://www.hex-rays.com/products/ida/support/ida74_idapython_no_bc695_porting_guide.shtml so the plugin works with IDA 7

Additionally, `xrange` has been changed to `range` so this works with Python3

The API renaming might not be comprehensive; I just fixed whatever IDA complained about in the code paths I hit while using it.
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.

1 participant