Way to Read RAM !!!

NIKHIL AGARWAL
3 min readJul 25, 2023

--

We use LIME software in the linux .LiME (formerly DMD) is a Loadable Kernel Module (LKM), which allows the acquisition of volatile memory from Linux and Linux-based devices, such as those powered by Android. The tool supports acquiring memory either to the file system of the device or over the network.

This makes LiME unique as it is the first tool that allows for full memory captures on Android devices. It also minimizes its interaction between user and kernel space processes during acquisition, which allows it to produce memory captures that are more forensically sound than those of other tools designed for Linux memory acquisition.

It is memory extractor .here We use linux operating system

We follow few steps to read the RAM are as follows

  1. We use free -m command to explain the RAM

2. We use software where kernel have capability to install extra module ; kernel-devel,kernel-headers

3. We will install git software

4. We clone the software by using git clone and go to LiME/src( where we have c programs)

5. We use make ( software to compile c programs ) and gcc compiler . We install make as well as gcc

6. We install elfutils-libelf-devel software

7. We use make software to compile

8. We use information of module

9. We use insert module and find the value of delhi in file which is assign parallely on python interpreter

I would like to thanks for providing the wonderful video how to read ram to Vimal daga sir

--

--

NIKHIL AGARWAL
NIKHIL AGARWAL

Written by NIKHIL AGARWAL

STUDENT AT Swami Keshvanand Institute of Technology, Management & Gramothan, Jaipur

No responses yet