X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fdoc.git;a=blobdiff_plain;f=source%2Fscripting.rst;h=1d373107fa668a798c90e768ee8f32c1782b4027;hp=c02eb753f15d760eb9092af5a26d32e0f4c91f53;hb=c366624e44aabcf1d7a6e313f0e03337249647ba;hpb=f1cf61549b2053fd104fb79b34c1fceaa38d1cdf;ds=sidebyside diff --git a/source/scripting.rst b/source/scripting.rst index c02eb75..1d37310 100644 --- a/source/scripting.rst +++ b/source/scripting.rst @@ -21,7 +21,9 @@ Connect with geiser ------------------- When the GUILE plugin is loaded, it automatically starts a geiser -server listening on localhost port 37146. This allows you to connect +server listening on a UNIX domain socket located in +``$XDG_RUNTIME_DIR`` if available, otherwise ``/tmp/runtime-$USER/`` +or, as last resort, ``/tmp/frida-*/``. This allows you to connect to FrIDa from your emacs. It gives you a powerfull REPL and full programming support -- code completion, directly testing your commands on a live binary.