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

Method dump_vtable

fuzz/preprocess.py:271–275  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

269 return out
270
271 def dump_vtable(self):
272 if not os.path.exists(os.path.join(self.target_path, "onTransact_vtable.txt")):
273 self.log(f'onTransact dump does not exist yet, dumping vtable')
274 run_cmd(f'python3 {BASE_DIR}/../instrument/dump_vtable.py -s {self.service_name} -d {self.device_id}')
275 self.log(f'finished dumping vtable...')
276
277 def extract(self):
278 self.log(

Callers 1

preprocess.pyFile · 0.80

Calls 3

logMethod · 0.95
joinMethod · 0.80
run_cmdFunction · 0.70

Tested by

no test coverage detected