Hi
How can I install volatility 2.4 on ubuntu?

Click Here

Is there any debian packages?

Recommended Answers

All 7 Replies

tar.gz

Yes,I extracterd tar.gz but I'm not sure how can I install it?

Desktop# tar -zxvf volatility-2.4.tar.gz 

To install on Linux, you will need to build from source. Here is the link: http://downloads.volatilityfoundation.org/releases/2.4/volatility-2.4.tar.gz

Download, untar with the command "tar -zxvf volatility-2.4.tar.gz". Go into the directory created. There may be a configure script. If so, run that as in "./configure". If that succeeds, then next run the make command, and finally "sudo make install" to install it. The default location will be in /usr/local instead of /usr, so /usr/local/bin will need to be in your path environment variable.

I couldn't find configure file :)

Is there a Makefile? I'll download and check it out to better help you.

Ok. This is a python script. There is a Makefile, and running "make" will put the script and stuff in the build directory. Then if you run "sudo make install" it will put all the stuff in the proper places so you can run vol.py to run it - it is put in /usr/bin/vol.py. There may be missing python modules that you will need to install. In my case, there were several.

Thanks so much
We nee to install also Python package (distorm3)
https://pypi.python.org/pypi/distorm3

unzip distorm3-3.3.0.zip 

distorm3-3.3.0# python setup.py build install
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.