Merge pull request #9 from acidghost/config-set-workdir
add `NyxConfig::set_workdir_path`
This commit is contained in:
commit
70bf7ad8e0
@ -100,6 +100,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