decaf-project / DECAF

DECAF (short for Dynamic Executable Code Analysis Framework) is a binary analysis platform based on QEMU. This is also the home of the DroidScope dynamic Android malware analysis platform. DroidScope is now an extension to DECAF.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DroidScope TaintTracker

ClaudioRizzo opened this issue · comments

Currently, it looks like DroidScope taint tracker is not working (as for the wiki) and only the DalvikInstructionTracer does. however, in decaf there is a good support in terms taint tracking API. Is it possible to use those within DroidScope? How?