frida / frida-python

Frida Python bindings
Other
781 stars 146 forks source link

_frida.so: undefined symbol: gum_x86_writer_put_mov_reg_near_ptr #232

Open milahu opened 1 year ago

milahu commented 1 year ago

i get this runtime error when i try to build frida-python with a frida-gum with -Dquickjs=disabled

_frida.so: undefined symbol: gum_x86_writer_put_mov_reg_near_ptr

so frida-python requires a frida-gum with -Dquickjs=enabled

ideally the build should fail early