Example #1
0
    def fge(self):
        logging.info("Triggering Factory Global Erase...")

        dapVendor(self.transport.interface, 2)

        # Reconnect debugger
        self.transport.init()
Example #2
0
    def fge(self):
        logging.info("Triggering Factory Global Erase...")

        dapVendor(self.transport.interface, 2)

        # Reconnect debugger
        self.transport.init()
Example #3
0
    def dsb(self):
        logging.info("Triggering Destructive Security Bypass...")

        dapVendor(self.transport.interface, 1)

        # Reconnect debugger
        self.transport.init()
Example #4
0
    def dsb(self):
        logging.info("Triggering Destructive Security Bypass...")

        dapVendor(self.transport.interface, 1)

        # Reconnect debugger
        self.transport.init()