tthtlc / volatility

Automatically exported from code.google.com/p/volatility
GNU General Public License v2.0
0 stars 0 forks source link

Help messages and Documentation Refer to Removed Feature #455

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. $ python vol.py -h

What is the expected output? What do you see instead?

The help message refers to an option, --cache-dtb, to cache virtual to physical 
mappings. The functionality for that option has been removed.

What version of the product are you using? On what operating system?

Trunk code, rev 3517.

Please provide any additional information below.

This option is also mentioned on several on the wiki, e.g. 
https://code.google.com/p/volatility/wiki/VolatilityUsage23

Original issue reported on code.google.com by jessekornblum on 14 Oct 2013 at 1:26

GoogleCodeExporter commented 9 years ago
Mmmm, good spot.  It looks like the DTB caching code got emptied during one of 
the larger refactorings.

@labarumXP, do you want to figure out how to deal with this (put back in the 
caching code, or remove it cleanly and completely?) and then we can proceed 
from there...  5:)

Original comment by mike.auty@gmail.com on 14 Oct 2013 at 10:51

GoogleCodeExporter commented 9 years ago
References removed to unused/deprecated caching code.

Original comment by labaru...@gmail.com on 24 Oct 2013 at 2:16