]> git.siccegge.de Git - frida/doc.git/blobdiff - source/scripting.rst
Document new geiser socket
[frida/doc.git] / source / scripting.rst
index c02eb753f15d760eb9092af5a26d32e0f4c91f53..1d373107fa668a798c90e768ee8f32c1782b4027 100644 (file)
@@ -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.