[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command
From: |
Peter Maydell |
Subject: |
Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command |
Date: |
Thu, 17 Jan 2019 18:57:29 +0000 |
On Thu, 17 Jan 2019 at 18:54, Phil Jones <address@hidden> wrote:
>
> Sorry, I meant address of an integer variable inside of a process. Thank you
> for the answers, that confirms my suspicions. If I were to translate guest
> process virtual address to Windows physical address, could I use that to read
> value?
Only if you do the virtual-to-physical translation
exactly at the point when the relevant process is
in memory and when the memory is swapped in and not
out on disk, and you don't let the guest run between
the point when you do the translation and when you use
it. (Otherwise windows could swap something out or
change to a different process.) But if it worked to
do that then the 'x' command would work too.
thanks
-- PMM
- [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Phil Jones, 2019/01/16
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Peter Maydell, 2019/01/17
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Phil Jones, 2019/01/17
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Peter Maydell, 2019/01/17
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Phil Jones, 2019/01/17
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Peter Maydell, 2019/01/17
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Phil Jones, 2019/01/17
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command,
Peter Maydell <=
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Phil Jones, 2019/01/17
- Re: [Qemu-discuss] Regarding QEMU Monitor "x /fmt addr" command, Jakob Bohm, 2019/01/17