Closed GoogleCodeExporter closed 8 years ago
Thanks for the report Jesse. It looks like your error is due to a similar
already open issue with the Volatility core (thus I copied your message to
http://code.google.com/p/volatility/issues/detail?id=150#c15 and CC'd you on
the issue).
If you're familiar with applying patches, can you check if the one supplied by
scudette in comment 14 resolves the issue for you?
http://code.google.com/p/volatility/issues/detail?id=150#c14
Basically just copy everything between these two lines:
Index: branches/lin64-support/volatility/plugins/addrspaces/intel.py
.....
def get_phys_addr(self, vaddr, pte):
Put them in a file named whatever.patch in the same directory as vol.py and
then do:
$ patch -p0 < whatever.patch
Then re-run the command.
Thanks!
Original comment by michael.hale@gmail.com
on 16 Dec 2011 at 8:14
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
This corrected my issue; thank you so much for the quick response!
Cheers,
Jesse
- --
Jesse Bowling
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/
iEYEARECAAYFAk7rqz8ACgkQ5E4CHL/YJ2p4zACguKlAbHi97K3Up2pcTTXOR2fX
uokAnRV4NhkmQyC/Mv/oYi9P6gqHCd4s
=vmIM
-----END PGP SIGNATURE-----
Original comment by jessebow...@gmail.com
on 16 Dec 2011 at 8:34
Closing this out, but issue 150 on the core branch will remain open until the
patch is applied to the volatility framework.
http://code.google.com/p/volatility/issues/detail?id=150
Original comment by michael.hale@gmail.com
on 16 Dec 2011 at 11:26
Original issue reported on code.google.com by
jessebow...@gmail.com
on 16 Dec 2011 at 7:47