def GetInstructionList(): """Returns the instruction list of the current processor module""" return [i[0] for i in idaapi.ph_get_instruc() if i[0]]