Skip to content

This repository implements Threadless Injection in C /w Indirect Syscalls

Notifications You must be signed in to change notification settings

Ab4y98/IndirectThreadlessInject

 
 

Repository files navigation

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.

About

This repository implements Threadless Injection in C /w Indirect Syscalls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.0%
  • Assembly 2.0%