for r in crystal.recursive_scripts: if not crystal.is_script_already_parsed_at(r[0]): continue script = crystal.script_parse_table[r[0]] if len(script) > 20: print "script at " + hex(r[0]) + " from main script " + hex(r[1]) + " with length: " + str(len(script))