Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 477 Bytes

File metadata and controls

10 lines (6 loc) · 477 Bytes

ThreadlessInject-C

This repository implements Threadless Injection in C

The original POC is available here: https://github.com/CCob/ThreadlessInject

Implementation

The current implementation is designed to inject and execute calc.exe shellcode. Shellcode loading is not integrated. The POC is also tested with windows/x64/shell_reverse_tcp msfvenom payload.

Additionally, the current POC is intentionally implemented with WINAPIs instead of syscalls.