Skip to content

Commit

Permalink
changing wiki urls to github
Browse files Browse the repository at this point in the history
  • Loading branch information
gleeda committed May 6, 2014
1 parent 3895732 commit 6b3ea86
Showing 1 changed file with 15 additions and 16 deletions.
31 changes: 15 additions & 16 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ from volatile memory samples and provide a platform for further work into
this exciting area of research.

The Volatility distribution is available from:
https://github.com/volatilityfoundation/volatility/releases
https://github.com/volatilityfoundation/volatility/wiki/Memory-Samples

Volatility should run on any platform that supports
Python (http://www.python.org)
Expand Down Expand Up @@ -68,13 +68,12 @@ ability to convert between these formats:

For a more detailed list of capabilities, see the following:

https://code.google.com/p/volatility/wiki/Release23
https://code.google.com/p/volatility/wiki/CommandReference23
https://code.google.com/p/volatility/wiki/CommandReferenceGui23
https://code.google.com/p/volatility/wiki/CommandReferenceMal23
https://code.google.com/p/volatility/wiki/CommandReferenceRegistryApi23
https://code.google.com/p/volatility/wiki/LinuxCommandReference23
https://code.google.com/p/volatility/wiki/MacCommandReference23
https://github.com/volatilityfoundation/volatility/wiki/Volatility-2.3
https://github.com/volatilityfoundation/volatility/wiki/Command-Reference-Gui23
https://github.com/volatilityfoundation/volatility/wiki/Command-Reference-Mal23
https://github.com/volatilityfoundation/volatility/wiki/Command-Reference-Registry-Api23
https://github.com/volatilityfoundation/volatility/wiki/Linux-Command-Reference23
https://github.com/volatilityfoundation/volatility/wiki/Mac-Command-Reference23

Example Data
============
Expand All @@ -86,7 +85,7 @@ data hosted by NIST at the following url:

Links to other public memory images can be found at the following url:

https://code.google.com/p/volatility/wiki/SampleMemoryImages
https://github.com/volatilityfoundation/volatility/wiki/Memory-Samples

Mailing Lists
=============
Expand Down Expand Up @@ -116,12 +115,12 @@ Requirements
- Python 2.6 or later, but not 3.0. http://www.python.org

Some plugins may have other requirements which can be found at:
https://code.google.com/p/volatility/wiki/VolatilityInstallation
https://github.com/volatilityfoundation/volatility/wiki/Installation

Quick Start
===========
1. Unpack the latest version of Volatility from
http://code.google.com/p/volatility/downloads/list
volatilityfoundation.org

2. To see available options, run "python vol.py -h"

Expand Down Expand Up @@ -420,11 +419,11 @@ PoolTagCheck - This scanner checks for the occurance of a pool tag
more information on a particular command. A Command Reference wiki
is also available on the Google Code site:

http://code.google.com/p/volatility/wiki/CommandReference23
https://github.com/volatilityfoundation/volatility/wiki/Command-Reference23

as well as Basic Usage:

http://code.google.com/p/volatility/wiki/VolatilityUsage23
https://github.com/volatilityfoundation/volatility/wiki/Volatility-Usage23

Licensing and Copyright
=======================
Expand Down Expand Up @@ -454,7 +453,7 @@ PURPOSE.

If you think you've found a bug, please report it at:

http://code.google.com/p/volatility/issues
https://github.com/volatilityfoundation/volatility/issues

In order to help us solve your issues as quickly as possible,
please include the following information when filing a bug:
Expand All @@ -475,7 +474,7 @@ For Linux:
* The suspected kernel version of the memory image

Other options for communicaton can be found at:
http://code.google.com/p/volatility/wiki/VolatilityIntroduction
https://github.com/volatilityfoundation/volatility/wiki

Missing or Truncated Information
================================
Expand All @@ -491,6 +490,6 @@ Command Reference
The following url contains a reference of all commands supported by
Volatility.

http://code.google.com/p/volatility/wiki/CommandReference23
https://github.com/volatilityfoundation/volatility/wiki/Command-Reference23


0 comments on commit 6b3ea86

Please sign in to comment.