Skip to content

DownWithUp/ALPC-Example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ALPC-Example

An example of a client and server using Windows' ALPC functions to send and receive data.

Purpose

This example will hopefully help devlopers who want to use ALPC for communication get a basic understanding of the process. There are only a few code samples around that show how to use ALPC and for some reason many of them are high level language implementations. This example uses Process Hacker's (ntlpcapi.h) ALPC header file for function and structs definitions.

Further Information

Some other resources that are useful for ALPC programming:
Alex Ionescu's SyScan talk
Thomas Garnier's ALPC LPE paper

About

An example of a client and server using Windows' ALPC functions to send and receive data.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages