def start(self): tainter = PropagateTaint(idc.ScreenEA(), self.kind) tainter.on_finish(lambda bap: self.finish(bap)) tainter.run()