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

Commits on Aug 29, 2024

  1. Implement capstone gmi functions

    implement gmi_closest_point
    implement gmi_is_point_in_region
    implement gmi_is_in_closure_of
    
    Signed-off-by: Aiden Woodruff <[email protected]>
    bobpaw committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    1106f01 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Remove FIXME and replace with comment

    - 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]>
    bobpaw committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    289b634 View commit details
    Browse the repository at this point in the history