Closed GoogleCodeExporter closed 9 years ago
I think this may not actually be an issue. I just printed the following from a
Vista SP2 x64 image:
python vol.py -f ikelos-vistasp2-x64.dmp kdbgscan --profile=VistaSP2x64
Volatile Systems Volatility Framework 2.1_alpha
Potential KDBG structure addresses (P = Physical, V = Virtual):
_KDBG: V 0xf800019ccf00 (Win2008SP2x64)
_KDBG: P 0x019ccf00 (Win2008SP2x64)
_KDBG: V 0xf800019ccf00 (VistaSP2x64)
_KDBG: P 0x019ccf00 (VistaSP2x64)
_KDBG: V 0xf800019ccf00 (VistaSP1x64)
_KDBG: P 0x019ccf00 (VistaSP1x64)
_KDBG: V 0xf800019ccf00 (Win2008SP1x64)
_KDBG: P 0x019ccf00 (Win2008SP1x64)
Of course, it will only print the virtual addresses if has a virtual space to
do the scanning over (which requires it having the correct profile specified).
My guess would be that you didn't specify the correct profile for your image.
Could you double check this please?
Original comment by mike.auty@gmail.com
on 11 Apr 2012 at 4:13
It worked with my samples when the profile was specified.
Original comment by jamie.l...@gmail.com
on 11 Apr 2012 at 4:18
Sorry for the confusion, you're right. For some reason I was under the
impression that kdbgscan didn't need to be told the profile.
Original comment by michael.hale@gmail.com
on 11 Apr 2012 at 4:20
Original issue reported on code.google.com by
michael.hale@gmail.com
on 11 Apr 2012 at 3:40