Coeus icon indicating copy to clipboard operation
Coeus copied to clipboard

Android apk/sdk Scan包括android apk/sdk 安全审计代码扫描以及国内政策扫描

Results 1 Coeus issues
Sort by recently updated
recently updated
newest added

读行的话, 针对于AndroidManifest.xml的 换行配置读取错误:如 ` ` ` permission = re_per.findall(line)[0] IndexError: list index out of range` ``` with open(config.xml_path, 'r', encoding='utf-8') as file: lines = file.readlines() for line in lines: if...