def bytes_at(ea, num): """Returns num of bytes at the given address.""" return idc.GetManyBytes(ea, num)