Some unusual run-time rundll32.exe artifacts
If you use Process Monitor as often as I do, you probably know that loading a DLL via rundl 2025-11-16 20:53:51 Author: www.hexacorn.com(查看原文) 阅读量:8 收藏

If you use Process Monitor as often as I do, you probably know that loading a DLL via rundll32.exe produces this curious set of events:

It turns out that the code of rundll32.exe includes a routine called RunDLL_InitActCtx that tries to load these manifests one by one (via CreateActCtxW API).

So far, I have not found any way to abuse this feature, but documenting it here – perhaps you will be more successful!


文章来源: https://www.hexacorn.com/blog/2025/11/16/some-unusual-run-time-rundll32-exe-artifacts/
如有侵权请联系:admin#unsafe.sh