MCPcopy Create free account
hub / github.com/HexHive/NASS / move_fuzz_out

Method move_fuzz_out

fuzz/preprocess.py:99–103  ·  view source on GitHub ↗
(self, intermediate_fuzz_dir)

Source from the content-addressed store, hash-verified

97 print(f'[EXTRACTOR] {msg}')
98
99 def move_fuzz_out(self, intermediate_fuzz_dir):
100 backup_dir = os.path.join(self.target_path, PREPOCESS_FUZZ_BACK)
101 if not os.path.exists(backup_dir):
102 run_cmd(f'mkdir -p {backup_dir}')
103 run_cmd(f'cp -r {intermediate_fuzz_dir} {backup_dir}/')
104
105 def collect_interface(self, refined_seed_dir):
106 interface = {}

Callers 2

enumerate_cmd_idsMethod · 0.95
fuzz_and_refineMethod · 0.95

Calls 2

joinMethod · 0.80
run_cmdFunction · 0.70

Tested by

no test coverage detected