Closed GoogleCodeExporter closed 9 years ago
Original comment by michael.hale@gmail.com
on 13 Mar 2014 at 9:41
Hello,
Can you please paste the full volshell session? In particular I am looking to
see if you did:
cc(pid=3793)
before running dd. cc changes volshell's context so that it translates virtual
addresses in the address space of the process you tell it to. By default it
works in the address space of init (PID 1). You can see your current context
with the sc() command.
If you did use cc and still get that error it means that the first page of the
heap was paged out/not present at the time of acquistion.
Original comment by atc...@gmail.com
on 13 Mar 2014 at 11:24
Thanks a lot for the help ! I was not switching the context to the thread in
question. Also is it possible to print the process details from the volshell ?
or could you please point me to a page (if there is one) which talks more about
volshell and the cool things that can be done in the shell like printing linux
related data structures etc.
Original comment by grajkart...@gmail.com
on 14 Mar 2014 at 6:07
Which process details are you interested in printing? The answer is 'yes' to
printing details from volshell, just need to know which you are interested in.
You can use hh() in volshell to see the help menu and available commands. While
in volshell you also have access to all of VOlatility's capabilities.
Original comment by atc...@gmail.com
on 16 Mar 2014 at 1:46
Right now I am in the pid of interest. I would like to know the various
information of that process. Like the address locations of heap space, stack
space etc. I get this usually by going back and typing in linux_proc_maps and
then getting it from there. If there is a way to get that information from the
shell it's useful.
Original comment by grajkart...@gmail.com
on 23 Mar 2014 at 9:09
You can look in the linux_proc_maps plugin to see how we iterate through a
process's memory maps...then just do the same thing inside volshell. In
general, anything you see in a plugin can be done in volshell.
Original comment by michael.hale@gmail.com
on 25 May 2014 at 5:37
Original issue reported on code.google.com by
grajkart...@gmail.com
on 13 Mar 2014 at 9:14