文件名称:敏捷射线
文件大小:618.5MB
文件格式:ZIP
更新时间:2024-03-18 12:30:15
Python
DexRay是一个基于图像的Android恶意软件检测器。 要生成图像,请使用apktoimage.py脚本: 该脚本根据Dalvik字节码从给定的APK生成图像。 输入为: - The APK to convert into image - The path in which the resulting image will be 输出是: - A greyscale image representing the Dalvik bytecode 例子: python3 apktoimage.py APK DESTINATION 要生成混淆的APK, launch_obfuscation.sh在Obfuscation /文件夹中使用launch_obfuscation.sh脚本: 该脚本根据脚本中提供的选项从给定的APK生成混淆的APK。 输入为: - The APK to