VMwareResolutionSet.exe VMwareResolutionSet.dll lolbin
文章指出,在Windows虚拟机中安装VMware Tools后,默认路径下运行VMwareResolutionSet.exe会导致尝试加载缺失的VMwareResolutionSet.dll文件。通过创建自定义DLL并放置在该路径,可以实现程序加载控制。 2025-6-15 20:49:23 Author: www.hexacorn.com(查看原文) 阅读量:11 收藏

If you still use VMWare, your Windows guest system will benefit from an installation of VMWare Tools.

The VMWare Tools package is usually installed into this directory:

c:\Program Files\VMware\VMware Tools

It turns out that running the executable:

c:\Program Files\VMware\VMware Tools\VMwareResolutionSet.exe

leads to it trying to lead a phantom DLL:

c:\Program Files\VMware\VMware Tools\VMwareResolutionSet.dll

So, as usual, creating your own payload DLL and placing it in that location can help us to load it via proxy.


文章来源: https://www.hexacorn.com/blog/2025/06/15/vmwareresolutionset-exe-vmwareresolutionset-dll-lolbin/
如有侵权请联系:admin#unsafe.sh