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

Method log

fuzz/preprocess.py:95–97  ·  view source on GitHub ↗
(self, msg)

Source from the content-addressed store, hash-verified

93 self.crashing_cmd_ids = []
94
95 def log(self, msg):
96 logging.info(f'[EXTRACTOR]{msg}')
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)

Callers 6

interface_updatedMethod · 0.95
enumerate_cmd_idsMethod · 0.95
fuzz_and_refineMethod · 0.95
check_crashingMethod · 0.95
dump_vtableMethod · 0.95
extractMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected