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: Wrap uc_hook to not expose ffi types in public api #1867

Merged
merged 1 commit into from
Aug 14, 2023

Conversation

mlgiraud
Copy link
Contributor

The current api exposes raw pointers to the user. This change wraps the internal pointer type into a public facing type. This avoids direct use of the ffi for normal api use. Using the ffi directly is still possible.

@wtdcode wtdcode merged commit 44ca44e into unicorn-engine:dev Aug 14, 2023
29 checks passed
@wtdcode
Copy link
Member

wtdcode commented Aug 14, 2023

Looks good and thanks!

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