Skip to content

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