From c366624e44aabcf1d7a6e313f0e03337249647ba Mon Sep 17 00:00:00 2001 From: Christoph Egger Date: Mon, 25 May 2015 07:46:39 +0200 Subject: [PATCH] Document new geiser socket No longer a TCP socket. Update documentation --- source/scripting.rst | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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. -- 2.39.2