SkillAgentSearch skills...

CreateProcessFromIShellDispatchInvoke

Alternate ways to create process through COM via IDispatch interface.

Install / Use

/learn @T3nb3w/CreateProcessFromIShellDispatchInvoke
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Project Title

CreateProcessFromIShellDispatchInvoke

Description

COM hooking as well as alternate ways to execute binaries from COM via IDispatch interface.
BLOG POST HERE: https://mohamed-fakroud.gitbook.io/red-teamings-dojo/windows-internals/playing-around-com-objects-part-1

Getting Started

Executing program

> gcc .\CreateProcessFromIShellDispatchInvoke.c -o com.exe -lole32 -luuid -loleaut32
> .\com.exe C:\Windows\System32\calc.exe (The absolute path of your executable)

Author

@t3nb3w

Acknowledgments

Related Skills

View on GitHub
GitHub Stars6
CategoryDevelopment
Updated1mo ago
Forks3

Languages

C

Security Score

70/100

Audited on Feb 4, 2026

No findings