1. I have a directory with a memory dump called memdum.bin2. I run volatility image info against it and I getAir:ticket_number jamesk$ vol.py -f memdump.bin imageinfoVolatility Foundation Volatility Framework 2.5INFO : volatility.debug : Determining profile based on KDBG search...Suggested Profile(s) : Win2003SP0x86, Win2003SP1x86, Win2003SP2x86 (Instantiated with Win2003SP0x86)AS Layer1 : IA32PagedMemory (Kernel AS)AS Layer2 : FileAddressSpace (/Users/jamesk/Desktop/jackcr-challenge/DC-USTXHOU/ticket_number/memdump.bin)PAE type : No PAEDTB : 0x39000LKDBG : 0x805583d0LNumber of Processors : 1Image Type (Service Pack) : 0KPCR for CPU 0 : 0xffdff000LKUSER_SHARED_DATA : 0xffdf0000LImage date and time : 2012-11-27 02:01:57 UTC+0000Image local date and time : 2012-11-26 20:01:57 -06003. I can run vol.py --profile=Win2003SP0x86 -f memdump.bin pslist and get process list just fine…but...In that same directory as the memdump.bin file I have a .volatilityrc file which contains[DEFAULT]PROFILE=Win2003SP2x86LOCATION=file://memdump.binWhen I run vol.py pslist I get:No suitable address space mapping foundIs my syntax incorrect somewhere?Jk
_______________________________________________
Vol-users mailing list
Vol-users@volatilesystems.com
http://lists.volatilityfoundation.org/mailman/listinfo/vol-users