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

Compile android arm64 error frida-server #816

Open
wesker20204 opened this issue Sep 4, 2024 · 0 comments
Open

Compile android arm64 error frida-server #816

wesker20204 opened this issue Sep 4, 2024 · 0 comments

Comments

@wesker20204
Copy link

I'm trying to compile frida-server for android arm64 I followed the instructions https://frida.re/docs/building/

./configure --host=android-arm64
make

I generated the frida-server binary when sending it to my device it gives me the following error

{"type":"error","description":"Error: compilation failed: In file included from module.c:2:\nIn file included from /frida/gum/guminterceptor.h:3:\nIn file included from /frida/gum/gumdefs.h:3:\nIn file included from /frida/glib.h:3:\n/frida/glib.h:3: error: include file 'stdarg.h' not found","stack":"Error: compilation failed: In file included from module.c:2:\nIn file included from /frida/gum/guminterceptor.h:3:\nIn file included from /frida/gum/gumdefs.h:3:\nIn file included from /frida/glib.h:3:\n/frida/glib.h:3: error: include file 'stdarg.h' not found\n at jt (frida/node_modules/frida-java-bridge/lib/android.js:766:1)\n at De (frida/node_modules/frida-java-bridge/lib/android.js:208:1)\n at Oe (frida/node_modules/frida-java-bridge/lib/android.js:16:1)\n at _tryInitialize (frida/node_modules/frida-java-bridge/index.js:29:1)\n at new _ (frida/node_modules/frida-java-bridge/index.js:21:1)\n at Object.4../lib/android (frida/node_modules/frida-java-bridge/index.js:332:1)\n at o (frida/node_modules/browser-pack/_prelude.js:1:1)\n at frida/node_modules/browser-pack/_prelude.js:1:1\n at Object.22.frida-java-bridge (frida/runtime/java.js:1:1)\n at o (frida/node_modules/browser-pack/_prelude.js:1:1)","fileName":"frida/node_modules/frida-java-bridge/lib/android.js","lineNumber":766,"columnNumber":1}

I would appreciate some suggestions on the problem I am having, 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

No branches or pull requests

1 participant