Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 785 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 785 Bytes

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