You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: