qemu-discuss
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command


From: Phil Jones
Subject: Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command
Date: Thu, 17 Jan 2019 15:52:55 +0000

Just to make double sure we're talking about the same thing because I'm running 
into an issue. I am talking about QEMU running under Ubuntu which has WIndows 
OS as running as guest accelerated by KVM. Inside the guest Windows OS there is 
a process I am running whose address I got by running debugger and which I want 
to read from Linux (host). When I try to do this using x command I get 
"000000000072fe4c: Cannot access memory".
________________________________
From: Peter Maydell <address@hidden>
Sent: Thursday, January 17, 2019 13:06
To: Phil Jones
Cc: address@hidden
Subject: Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command

On Thu, 17 Jan 2019 at 12:02, Phil Jones <address@hidden> wrote:
>
> If I got it correctly - if I want to access memory from a process running 
> under Windows OS I will need to translate virtual address to physical address 
> and then read it using xp command?

No, you can just use the x command. "Translate virtual
address to physical address and then read it" is exactly
what the 'x' command does for you.

thanks
-- PMM


reply via email to

[Prev in Thread] Current Thread [Next in Thread]