build: made it easier to build bind-shell

This commit is contained in:
Andrew Rioux
2023-05-07 00:08:04 -04:00
parent 318e1b6d05
commit 52e458296c
10 changed files with 63 additions and 21 deletions

View File

@@ -8,7 +8,7 @@ use pcap_sys::{self, packets::EthernetPacket};
use tokio::{self, io::AsyncReadExt, process, sync::mpsc};
use tokio_stream::StreamExt;
const PUBKEY: &[u8] = include_bytes!("../../key-generator/pubkey");
use ex_bind_shell_key_generator::PUBKEY;
#[tokio::main]
async fn main() -> anyhow::Result<()> {