Skip to content

RFC6592/APCInjection

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

APC Injection

Another way to run a payload without having to create a new thread.

What is APC

Asynchronous Procedure Calls are a Windows OS system mechanism that enables programs to execute tasks asynchronously while continuing to run other tasks. APCs are implemented as kernel-mode routines that are executed in the context of a specific thread. Malware can leverage APCs to queue a payload and then have it execute when scheduled.

About

Asynchronous Procedure Calls

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages