docs: updated docs to work more with examples

This commit is contained in:
Andrew Rioux
2023-04-30 01:27:38 -04:00
parent 17f3829400
commit 636d895b50
7 changed files with 43 additions and 35 deletions

8
examples/README.org Normal file
View File

@@ -0,0 +1,8 @@
#+TITLE: 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/README.org][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

View File

@@ -1,5 +1,5 @@
[package]
name = "bind-shell-backdoor"
name = "ex-bind-shell-backdoor"
version = "0.1.0"
edition = "2021"

View File

@@ -1,5 +1,5 @@
[package]
name = "client"
name = "ex-bind-shell-client"
version = "0.1.0"
edition = "2021"

View File

@@ -1,5 +1,5 @@
[package]
name = "key-generator"
name = "ex-bind-shell-key-generator"
version = "0.1.0"
edition = "2021"