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

Helper.py: Fix error when get_array_element returns an int. #64

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

Conversation

CycleOfTheAbsurd
Copy link

When opening certain IDB's in IDA 7.5, I get the following error:
2020-08-18 11_51_19-Warning

This error prevents the plugin from being loaded and messes up the Structures view. This is due to get_array_element sometimes returning an integer.
This PR converts integers to bytes object in the load_long_str_from_idb helper function.

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.

None yet

1 participant