We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 ./configure --enable-shared make make install # make install operation does not install libfrida-core.so, so I manually copy it. cp build/subprojects/frida-core/src/libfrida-core.so /usr/local/lib/x86_64-linux-gnu/ # run $ frida -n hello ____ / _ | Frida 16.2.5 - A world-class dynamic instrumentation toolkit | (_| | > _ | Commands: /_/ |_| help -> Displays the help system . . . . object? -> Display information about 'object' . . . . exit/quit -> Exit . . . . . . . . More info at https://frida.re/docs/home/ . . . . . . . . Connected to Local System (id=local) Attaching... (process:30105): GLib-GIO-WARNING **: 16:25:53.495: (../../../glib/gio/gdbuserror.c:215):g_dbus_error_register_error_domain: runtime check failed: (g_dbus_error_register_error (new_quark, entries[n].error_code, entries[n].dbus_error_name)) (process:30105): GLib-GIO-WARNING **: 16:25:53.495: (../../../glib/gio/gdbuserror.c:215):g_dbus_error_register_error_domain: runtime check failed: (g_dbus_error_register_error (new_quark, entries[n].error_code, entries[n].dbus_error_name)) (process:30105): GLib-GIO-WARNING **: 16:25:53.495: (../../../glib/gio/gdbuserror.c:215):g_dbus_error_register_error_domain: runtime check failed: (g_dbus_error_register_error (new_quark, entries[n].error_code, entries[n].dbus_error_name)) (process:30105): GLib-GIO-WARNING **: 16:25:53.495: (../../../glib/gio/gdbuserror.c:215):g_dbus_error_register_error_domain: runtime check failed: (g_dbus_error_register_error (new_quark, entries[n].error_code, entries[n].dbus_error_name)) (process:30105): GLib-GIO-WARNING **: 16:25:53.496: (../../../glib/gio/gdbuserror.c:215):g_dbus_error_register_error_domain: runtime check failed: (g_dbus_error_register_error (new_quark, entries[n].error_code, entries[n].dbus_error_name)) (process:30105): GLib-GIO-WARNING **: 16:25:53.496: (../../../glib/gio/gdbuserror.c:215):g_dbus_error_register_error_domain: runtime check failed: (g_dbus_error_register_error (new_quark, entries[n].error_code, entries[n].dbus_error_name)) (process:30105): GLib-GIO...
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The text was updated successfully, but these errors were encountered: