binaryninja.atexit.register

register(func, *targs, **kargs)

register a function to be executed upon normal program termination

func - function to be called at exit targs - optional arguments to pass to func kargs - optional keyword arguments to pass to func

func is returned to facilitate usage as a decorator.