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

Import stub classification via NOP as first Instruction fails for some VMP versions. #6

Closed
0xnobody opened this issue Sep 7, 2020 · 1 comment

Comments

@0xnobody
Copy link
Owner

0xnobody commented Sep 7, 2020

Certain VMP versions include dead instructions before the NOP instruction, which leads to failed import stub scans.
Possible fix: use another method (instruction count / analysis) to filter import stub calls before VTIL analysis.

@0xnobody 0xnobody closed this as completed Sep 8, 2020
@0xnobody
Copy link
Owner Author

0xnobody commented Sep 8, 2020

Fixed by 49b37db

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

No branches or pull requests

1 participant