def is_jump(va): ''' return True if the instruction at the given address appears to be a jump. ''' return idc.GetMnem(va).startswith('j')