Exit the disassembler (cleanly).
(self)
| 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 ## |
no outgoing calls
no test coverage detected