Skip to content

donnaskiez/fec

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fetch + Evict Side Channel Communication

transmit data (in this case, some simple shellcode) between 2 processes without the use of shared memory, but instead using a shared buffer mapped between 2 files (in this case a .dll) and a fetch + evict side channel. This is only a simple implementation for my own learning and nothing more after reading a few sources.

usage

  1. compile
  2. fec recv to recv fec hello to send shellcode
  3. receiving client will print result

Sources

About

fetch + evict side channel communication

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages