
CuckooDroid - تحليل آلي للبرامج الضارة لنظام أندرويد باستخدام Cuckoo Sandbox.

مساهمة من شركة Check Point Software Technologies Ltd.
CuckooDroid هي امتداد لـ Cuckoo Sandbox، البرنامج مفتوح المصدر لأتمتة تحليل الملفات المشبوهة. يضيف CuckooDroid إلى Cuckoo إمكانيات تنفيذ وتحليل تطبيقات أندرويد.
التثبيت - سكربت تكامل سهل:
git config --global user.email "[email protected]"
git config --global user.name "Your Name"
git clone --depth=1 https://github.com/cuckoobox/cuckoo.git cuckoo -b 1.2
cd cuckoo
git remote add droid https://github.com/idanr1986/cuckoo-droid
git pull --allow-unrelated-histories --no-edit -s recursive -X theirs droid master
cat conf-extra/processing.conf >> conf/processing.conf
cat conf-extra/reporting.conf >> conf/reporting.conf
rm -r conf-extra
echo "protobuf" >> requirements.txt
يُنصح بقراءة وثائق Cuckoo Sandbox قبل استخدام CuckooDroid!