MCPcopy Create free account
hub / github.com/CheckPointSW/Karta / exit

Method exit

src/disassembler/IDA/ida_api.py:585–587  ·  view source on GitHub ↗

Exit the disassembler (cleanly).

(self)

Source from the content-addressed store, hash-verified

583
584 # Overridden base function
585 def exit(self):
586 """Exit the disassembler (cleanly)."""
587 ida_pro.qexit(0)
588
589 ############################
590 ## Analysis Logic - Karta ##

Callers 2

criticalErrorMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected