Skip to content

T3nb3w/CreateProcessFromIShellDispatchInvoke

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages