qemu-devel
[Top][All Lists]
Advanced

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

Re: [Qemu-devel] Accessing a linux guest's data structures


From: 陳韋任
Subject: Re: [Qemu-devel] Accessing a linux guest's data structures
Date: Tue, 8 Nov 2011 19:08:39 +0800
User-agent: Mutt/1.5.21 (2010-09-15)

> Thanks for the suggestions, guys! I will take a look at libvmi.
> As an aside, can someone tell me where in the qemu source can I inspect
> each guest instruction?
> I want all guest instructions to first go through my code.

  For i386 guest, see disas_insn (target-i386/translate.c). It
disassembles i386 guest binary. QEMU provides "-d in_asm" option
to log every guest instruction it translates. You might want to
take a look on qemu_log.

Regards,
chenwj

-- 
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667



reply via email to

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