diff --git a/doc/source/Linux.rst b/doc/source/Linux.rst index 9fb5a686e..ea6c2223c 100644 --- a/doc/source/Linux.rst +++ b/doc/source/Linux.rst @@ -11,20 +11,6 @@ You can use any of the following tools to Acquire memory or the ones you are con - `AVML - Acquire Volatile Memory for Linux `_ - `LIME - Linux Memory Extract `_ -.. code-block:: shell-session - - $ tar -xvzf lime-forensics-1.1-r14.tar.gz - $ cd lime-forensics-1.1-r14/src - $ make - .... - CC [M] lime-forensics-1.1-r14/src/tcp.o - CC [M] lime-forensics-1.1-r14/src/disk.o - .... - $ sudo insmod lime-3.2.0-23-generic.ko "path=/tmp/ubuntu.lime format=lime" - $ ls -alh /tmp/ubuntu.lime - -r--r--r-- 1 root root 2.0G Aug 17 19:37 /tmp/ubuntu.lime - -.. note:: The above command required sudo inorder to access the files which are root only. Procedure to create symbol tables for linux --------------------------------------------