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

Implement capstone gmi functions #452

Draft
wants to merge 2 commits into
base: develop
Choose a base branch
from
Draft

Conversation

bobpaw
Copy link
Collaborator

@bobpaw bobpaw commented Aug 29, 2024

Implement capstone gmi functions

The functions gmi_closest_point, gmi_is_point_in_region, and gmi_is_in_closure_of are implemented in terms of Capstone functions.

TODO:

  • [ ] gmi_closest_point needs seedparam. We decided the inefficiency is ok.
  • Geometric test case.

implement gmi_closest_point
implement gmi_is_point_in_region
implement gmi_is_in_closure_of

Signed-off-by: Aiden Woodruff <[email protected]>
- We decided that it is ok to use the inefficient
  get_closest_point_param call without seedparam for general calls.

Signed-off-by: Aiden Woodruff <[email protected]>
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.

1 participant