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 g_variant_get_fixed_array n_elements pointer reference #36

Merged
merged 2 commits into from
Jun 10, 2024

Conversation

magaldima
Copy link
Contributor

@magaldima magaldima commented Jun 10, 2024

This PR fixes an issue with the frida-go bindings for the latest Frida version (16.3.3) and the latest MacOS (14.5 (23F79)). This fixes #35

@NSEcho
Copy link
Member

NSEcho commented Jun 10, 2024

Thanks for this @magaldima, but I don't get why the need for (gsize*)&n_elements instead of (gsize*)n_elements?

@magaldima
Copy link
Contributor Author

Thanks for this @magaldima, but I don't get why the need for (gsize*)&n_elements instead of (gsize*)n_elements?

Your suggestion works too - just pushed up an update.

@NSEcho
Copy link
Member

NSEcho commented Jun 10, 2024

Thanks @magaldima

@NSEcho NSEcho merged commit 1905e6e into frida:main Jun 10, 2024
3 checks passed
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.

could not determine kind of name for C.frida_script_enable_debugger_sync
2 participants