Skip to content

Add script to directly test binaries#12

Open
h313 wants to merge 6 commits intomainfrom
binaries
Open

Add script to directly test binaries#12
h313 wants to merge 6 commits intomainfrom
binaries

Conversation

@h313
Copy link
Member

@h313 h313 commented Mar 24, 2021

test_binary.py will try to extract symbolic expressions from any binary, This PR also adds a binaries of the BDot controller as well as SPICE library functions that are stored with Git LFS due to their size.

It seems like claripy is breaking when I test it against the BDot code: angr.errors.SimOperationError: no fp implementation found for operation Sqrt (fixed)

@NicolaasWeideman
Copy link
Collaborator

The issue seems to originate from the proj.analyses.CompleteCallingConventions we use in symbolic_expression_extraction.py. I created a pull request #13 to remove this analysis, which should hopefully fix this issue.

@h313 h313 mentioned this pull request Mar 31, 2021
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.

2 participants