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

Build failure with frida-core-devkit > 16.5.7 #54

Open
elmeyer opened this issue Jan 16, 2025 · 3 comments
Open

Build failure with frida-core-devkit > 16.5.7 #54

elmeyer opened this issue Jan 16, 2025 · 3 comments

Comments

@elmeyer
Copy link

elmeyer commented Jan 16, 2025

The Go bindings seem incompatible with frida-core-devkit versions above 16.5.7. I tested all newer versions up to and including 16.6.3, and all produce the following error:

# github.com/frida/frida-go/frida
/go/pkg/mod/github.com/frida/[email protected]/frida/device.go:103:10: could not determine kind of name for C.frida_device_get_manager

This was tested on Linux x86-64. frida-core-devkit 16.5.7 continues to work fine.

Please let me know if I can provide any other useful information.

@dylanhitt
Copy link
Contributor

Oh, that's unfortunate. Looks like that function was removed from the API.

@dylanhitt
Copy link
Contributor

Let me see if we should remove that function or if there's another way. I'll open a PR soon.

@NSEcho
Copy link
Member

NSEcho commented Jan 17, 2025

Hi @elmeyer, this is fixed now thanks to @dylanhitt. Im gonna tag a new version later today.

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

No branches or pull requests

3 participants