From: Christoph Egger Date: Mon, 25 May 2015 05:46:39 +0000 (+0200) Subject: Document new geiser socket X-Git-Url: https://git.siccegge.de//index.cgi?p=frida%2Fdoc.git;a=commitdiff_plain;h=c366624e44aabcf1d7a6e313f0e03337249647ba;hp=f1cf61549b2053fd104fb79b34c1fceaa38d1cdf Document new geiser socket No longer a TCP socket. Update documentation --- 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.