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

use --enable-shared option not working. #527

Open
EricWu123 opened this issue May 29, 2024 · 0 comments
Open

use --enable-shared option not working. #527

EricWu123 opened this issue May 29, 2024 · 0 comments

Comments

@EricWu123
Copy link

EricWu123 commented May 29, 2024

# 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...
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