sparse/examples
Andrew Rioux c142af62f1 fix: added forgotten error handling
AggregateInterface was lacking some special error handling for certain cases
2023-05-06 22:49:28 -04:00
..

Examples and proofs of concept

This directory is used to highlight proofs of concept and help ease the understanding and development of the sparse framework

Each example/proof of concept listed is listed in the order it was added, and highlights the feature being developed that was supplemented by such a proof of concept

bind-shell

This example was used to set up the dev containers workspace, to verify that the static linking against libpcap was actually possible and feasible, and to see how small binaries could get when statically linked

reverse-shell

Used to set up nl-sys to allow for better interfacing with the routing tables of the host operating system