-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Sadly it doesn't.
With the new object code I get:-
root@toshiba:# ./volatility.py pslist -f /dev/sdb
Usage: pslist [options] (see --help)
volatility.py: error: Image file required
With the svn trunk, I get:-
root@toshiba:# ./volatility pslist -f /dev/sdb
Usage: pslist [options] (see --help)
volatility: error: Unable to load image. Possible causes: invalid dtb,
wrong image type, unsupported image type.
Jon.
Michael Cohen wrote:
echo6,
The patch could not be applied to new_object since all the files it
touches are obsolete and have been mostly removed. Its probably
applied to trunk. Thats said I dont think the new object code checks
isfile or isdir - it just opens what you give it as a filename so it
should work with an iscsi device.
Michael.
On Mon, Sep 28, 2009 at 12:12 AM, echo6 <echo6_uk(a)yahoo.com> wrote:
Hi all,
Did this patch make it into either svn or new_object branch?
Regards,
Jon.
Mike Auty wrote:
>>> Hiya guys,
>
>
>>> I had a request from echo6 to
allow Volatility to run against iSCSI
>>> exported memory images (which basically show up in Linux as block
>>> devices). The attached patch changes checks from "not isfile" to
>>> "isdir", in order to include block files, regular files and
symlinks.
>>> The patch also includes a secondary method for determine filesize, based
>>> on opening the file, seeking to the end, and then asking the file to
>>> tell how far the cursor is. That works fine for block devices, whereas
>>> getsize returns 0.
>
>
>>> As you can see form the patch,
there's a lot of plugins that reimplement
>>> existing code and handle files directly. That also means that other
>>> existing plugins will need converting if they're to work against block
>>> devices...
>
>
>>> Mike 5:)
>
>
>
>
>>>
------------------------------------------------------------------------
>
>
>>>
_______________________________________________
>>> Vol-dev mailing list
>>> Vol-dev(a)volatilityfoundation.org
>>>
http://lists.volatilityfoundation.org/mailman/listinfo/vol-dev
_______________________________________________
Vol-dev mailing list
Vol-dev(a)volatilityfoundation.org
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla -
http://enigmail.mozdev.org/
iEYEARECAAYFAkq/d9oACgkQbSv1saVS9ue9bwCeKBY/hrgzsDUFK8ljg/5Gechz
L0oAmwcS4/Ybzi1pxBH7GxZ9/63oy7zn
=U0Nc
-----END PGP SIGNATURE-----