简体   繁体   English

VMWare虚拟化应用程序及其运行过程说明

[英]VMWare Virtualized Applications and its Running Process instructions Tracing

I'm exploring on VMWare Virtualization Concept, and looking mainly on below two: 我正在研究VMWare虚拟化概念,主要研究以下两个方面:

1) Is it possible to trace out instructions from a process running in Guest OS? 1)是否可以从Guest OS中运行的进程中找出指令? if so 如果是这样的话
a) How to trace, in the Guest OS itself ? a)如何在来宾操作系统本身中进行跟踪?
b) How to trace, at virtualization layer ? b)如何在虚拟化层进行跟踪?

Basically when a process is running in Guest OS in VMware env, how to trace the calls/instructions from the process in Guest OS ?? 基本上,当某个进程在VMware env的Guest OS中运行时,如何在Guest OS中跟踪该进程的调用/指令?

2) In a virtualized application is it possible to trace out instructions ? 2)在虚拟化应用程序中,是否可以追溯指令?

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. 在来宾操作系统中,只需像在主机上那样使用调试器(gdb?)。 Not sure to understand the question... 不确定是否理解这个问题...

  2. You can achieve tracing of the virtualized guest with Qemu and GDB . 您可以使用Qemu和GDB实现对虚拟访客的跟踪。 I am not aware of such things with WMWare (at least Player). 我对WMWare(至少是Player)并不了解。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Mac OS X:使用PID获取任意运行应用程序的详细过程信息(特别是其启动参数) - Mac OS X: Getting detailed process information (specifically its launch arguments) for arbitrary running applications using its PID 客运过程已经开始了? 但事实并非如此 - Passenger process already running? but its not 跟踪流程的执行 - Tracing the execution of a process 为什么服务仍在运行,如果它的进程被杀死? - Why service is still running if its process is killed? 在自己的进程中运行Activity的每个实例? - Running each instance of an Activity in its own process? 进程指令存储(操作系统) - Process Instructions storage (Operating System) 如何在wpf应用程序中运行其他控制台进程之前等待控制台进程完成? - How to wait for a console process to complete BEFORE running the other console process in wpf applications? Python:Child进程退出,使其线程继续运行 - Python:Child process exits leaving its thread running 为什么我的python脚本即使正在运行也没有显示为进程? - why is my python script not shown as a process, even though its running? 拥有句柄时如何检查给定进程是否正在运行 - How to check if a given process is running when having its handle
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM