Skip to content

moehajj/Flush-Reload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fush-Reload Covert Channel

Build

mkdir build
cd build
cmake ..
make

You will find the sender & receiver executables in the '/build/bin' directory.

Run

Make sure the sender & receiver share the same file and file offset. Note: the shared file should not be empty.

With default parameters

Sender:

./sender

Receiver:

./receiver

Specifying the shared file and offset

Sender:

./sender -f shared.txt -o offset

Receiver:

./receiver -f shared.txt -o offset

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published