libnyx_fuzz_runner 0.1.3

libnyx fork only for publishing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
extern crate byteorder;
extern crate glob;
extern crate nix;
extern crate serde_derive;
extern crate snafu;
extern crate timeout_readwrite;
extern crate libnyx_config;


pub mod exitreason;
pub use exitreason::ExitReason;

//pub use forksrv::ForkServer;

pub mod nyx;
pub use nyx::QemuProcess;