]> git.siccegge.de Git - frida/doc.git/commitdiff
Document new geiser socket
authorChristoph Egger <christoph@christoph-egger.org>
Mon, 25 May 2015 05:46:39 +0000 (07:46 +0200)
committerChristoph Egger <christoph@christoph-egger.org>
Mon, 25 May 2015 05:46:39 +0000 (07:46 +0200)
No longer a TCP socket. Update documentation

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.