Frida: Difference between revisions

imported>Mic92
caveats on nixos
 
imported>Mic92
No edit summary
Line 3: Line 3:
== Getting it work on NixOS ==
== Getting it work on NixOS ==
The project provides pre-compiled binaries that almost work out of the box (when installed via <code> pip install frida</code>)
The project provides pre-compiled binaries that almost work out of the box (when installed via <code> pip install frida</code>)
However at runtime it unpacks a helper called <code>frida-helper-64</code> that uses <code>/lib64/ld-linux-x86-64.so.2</code> as its in link-loader.
However at runtime it unpacks a helper called <code>frida-helper-64</code> that uses <code>/lib64/ld-linux-x86-64.so.2</code> as its link-loader.
The error message will be similar to this one:
The error message will be similar to this one: