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

check_segment_for_pe in IDA extractor does unnecessary search #1333

Closed
xusheng6 opened this issue Feb 28, 2023 · 1 comment · Fixed by #1344
Closed

check_segment_for_pe in IDA extractor does unnecessary search #1333

xusheng6 opened this issue Feb 28, 2023 · 1 comment · Fixed by #1344
Assignees
Labels
ida-explorer Related to IDA Pro plugin

Comments

@xusheng6
Copy link
Contributor

xusheng6 commented Feb 28, 2023

I think there is no need to push the next address into the todo list at https://github.com/mandiant/capa/blob/master/capa/features/extractors/ida/file.py#L64-L65, since we have already found all mzx at https://github.com/mandiant/capa/blob/master/capa/features/extractors/ida/file.py#L41-L44

@mike-hunhoff
Copy link
Collaborator

Nice catch @xusheng6 ! I've addressed this in #1344

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ida-explorer Related to IDA Pro plugin
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants