TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Accessing the RAM of a QEMU Emulated System from Another Process

79 点作者 blueblueue大约 2 年前

3 条评论

devsda大约 2 年前
The title sounds like its a vulnerability that allows a random process access to qemu memory but it is not.<p>Its a 2021 tutorial that describes how to configure qemu to share memory between a host process and a qemu machine through &#x2F;dev&#x2F;shm.
评论 #35009147 未加载
zokier大约 2 年前
There is rather large ecosystem of tooling for poking and peeking the insides of VMs, usually called &quot;VMI&quot; (virtual machine introspection). kvm-vmi is one such example, but there are many others <a href="https:&#x2F;&#x2F;github.com&#x2F;KVM-VMI&#x2F;kvm-vmi">https:&#x2F;&#x2F;github.com&#x2F;KVM-VMI&#x2F;kvm-vmi</a>
kobalsky大约 2 年前
There&#x27;s a library [1] that implements message passing and locking for communiction between VMs in a similar way and is used by the awesome looking glass project to send the accelerated GPU video stream from a vm to the host or a different vm.<p>[1] <a href="https:&#x2F;&#x2F;github.com&#x2F;gnif&#x2F;LGMP">https:&#x2F;&#x2F;github.com&#x2F;gnif&#x2F;LGMP</a>