简体   繁体   中英

VMWare Virtualized Applications and its Running Process instructions Tracing

I'm exploring on VMWare Virtualization Concept, and looking mainly on below two:

1) Is it possible to trace out instructions from a process running in Guest OS? if so
a) How to trace, in the Guest OS itself ?
b) How to trace, at virtualization layer ?

Basically when a process is running in Guest OS in VMware env, how to trace the calls/instructions from the process in Guest OS ??

2) In a virtualized application is it possible to trace out instructions ?

Please provide any useful links on this.. im really appreciating your time on this .. Thank you so much .. :)

  1. In the guest OS, just use your debugger (gdb?) as you would do on the host. Not sure to understand the question...

  2. You can achieve tracing of the virtualized guest with Qemu and GDB . I am not aware of such things with WMWare (at least Player).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM