def decompile(cls): '''(UNSTABLE) Returns the decompiled code of the basic-block at the current address.''' return cls.decompile(ui.current.address())