add NyxConfig::set_workdir_path
This commit is contained in:
parent
7788b934db
commit
de3fdeae1a
@ -83,6 +83,10 @@ impl NyxConfig {
|
|||||||
&self.config.fuzz.workdir_path
|
&self.config.fuzz.workdir_path
|
||||||
}
|
}
|
||||||
|
|
||||||
|
pub fn set_workdir_path(&mut self, path: String) {
|
||||||
|
self.config.fuzz.workdir_path = path;
|
||||||
|
}
|
||||||
|
|
||||||
pub fn dict(&self) -> Vec<Vec<u8>> {
|
pub fn dict(&self) -> Vec<Vec<u8>> {
|
||||||
self.config.fuzz.dict.clone()
|
self.config.fuzz.dict.clone()
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user