From 21eb817c0fbcef1ab2ba7af6e83946cb7c15a52e Mon Sep 17 00:00:00 2001 From: Emile Date: Sun, 16 Jul 2023 01:54:11 +0200 Subject: removed the absolute path to some random binary used for testing --- src/main.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'src/main.rs') diff --git a/src/main.rs b/src/main.rs index 34f73e1..aebcc18 100644 --- a/src/main.rs +++ b/src/main.rs @@ -157,7 +157,7 @@ fn main() -> Result<(), Box> { println!("{:?}", opt.bots); println!("{:?}", opt.game_round_duration_seconds); - let path = Some("/Users/emilehansmaennel/Documents/CTF/2023/indore/Lengan/main_fixed".to_owned()); + let path = Some("--".to_owned()); let mut r2p = r2pipe::open_pipe!(path).expect("could not open r2pipe"); init_arena(&mut r2p, &opt); @@ -168,11 +168,6 @@ fn main() -> Result<(), Box> { println!("{:?}", bot); } - // println!("{}", r2p.cmd("?e Hello World").expect("could not exec command")); - // println!("{}", r2p.cmd("aaa").expect("could not exec command")); - // println!("---"); - // println!("{}", r2p.cmd("afl").expect("could not exec command")); - // println!("---"); r2p.close(); Ok(()) -- cgit 1.4.1