zhong-b
Results
1
issues of
zhong-b
tracee code ```rs fn main() -> anyhow::Result { std::thread::spawn(|| unsafe { libc::execl("/home/test/xxxx\0".as_ptr() as *const _, std::ptr::null()); }) .join() .unwrap(); Ok(()) } ``` the tracer will got the main thread exit...