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

Fix insn/byte extractor unit test #1337

Closed
wants to merge 2 commits into from
Closed

Fix insn/byte extractor unit test #1337

wants to merge 2 commits into from

Conversation

xusheng6
Copy link
Contributor

@xusheng6 xusheng6 commented Mar 1, 2023

Please describe the changes in this pull request (PR). Include your motivation and context to help us review.

This PR fixes some unit tests that wrongly treat strings features as bytes features. It also fixes a bug in the IDA extractor that causes the old unit test to pass.

Please mention the issue your PR addresses (if any):

closes #1336 #1327

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

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

Please add bug fixes, new features, breaking changes and anything else you think is worthwhile mentioning to the master (unreleased) section of CHANGELOG.md. If no CHANGELOG update is needed add the following to the PR description: [x] No CHANGELOG update needed

@mr-tz
Copy link
Collaborator

mr-tz commented Mar 1, 2023

Thanks, I'll add the vivisect updates here.

@xusheng6
Copy link
Contributor Author

xusheng6 commented Mar 1, 2023 via email

@mr-tz
Copy link
Collaborator

mr-tz commented Mar 1, 2023

Hm, seems I cannot update here due to permission issues. Can you check them or give me a hint on how to update?

@xusheng6
Copy link
Contributor Author

xusheng6 commented Mar 1, 2023

Hm, seems I cannot update here due to permission issues. Can you check them or give me a hint on how to update?

You should be able to fetch from our remote Vecto35/capa. But I will close this PR and create a new one.

@xusheng6 xusheng6 closed this Mar 1, 2023
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.

Unit tests on byte extraction might have a wrong expected result
2 participants