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

Add IDA 7.[2-3] kernel32.{idb.i64} and fix tests #87

Merged
merged 5 commits into from
Jul 31, 2020

Conversation

imbillow
Copy link
Contributor

Addressing part of #57

idb/analysis.py Outdated
jump_size = 1 if self.wordsize == 4 else 2
jump_size2 = 0 if self.wordsize == 4 else 1

if self.len_sbytes in (142, 173):
self.vsAddField("unknown-1", v_int8())
Copy link
Owner

@williballenthin williballenthin Jul 29, 2020

Choose a reason for hiding this comment

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

recommend using an underscore rather than a dash, because vstruct will try to create an instance property with this name.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I mean it just an index -1, because I don't want to resort the latter.

@williballenthin
Copy link
Owner

looking really good. i'll wait a little bit if you want to address the field name, otherwise, i'm happy to merge.

@XVilka XVilka merged commit d557dd2 into williballenthin:master Jul 31, 2020
@imbillow imbillow deleted the other-versions branch August 19, 2020 05:29
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.

3 participants