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

Method close

tools/gef.py:10634–10641  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

10632 return
10633
10634 def close(self) -> None:
10635 self.__local_root_fd.cleanup()
10636 try:
10637 gef_on_new_unhook(self.remote_objfile_event_handler)
10638 gef_on_new_hook(new_objfile_handler)
10639 except Exception as e:
10640 warn(f"Exception while restoring local context: {str(e)}")
10641 return
10642
10643 def in_qemu_user(self) -> bool:
10644 return self.__qemu is not None

Callers 15

wrapperFunction · 0.45
copy_to_clipboardFunction · 0.45
exit_handlerFunction · 0.45
screen_setupMethod · 0.45
init_dbFunction · 0.45
insert_argFunction · 0.45
insert_update_argFunction · 0.45
insert_interfaceFunction · 0.45
insert_update_interfaceFunction · 0.45
insert_serviceFunction · 0.45
insert_update_serviceFunction · 0.45
init_dbFunction · 0.45

Calls 3

gef_on_new_unhookFunction · 0.85
gef_on_new_hookFunction · 0.85
warnFunction · 0.85

Tested by

no test coverage detected