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.
GNU General Public License v3.0
803 stars 168 forks source link

droidscope: is the taint analysis plugin available now? #22

Closed ghost closed 8 years ago

ghost commented 9 years ago

Hi, is the taint analysis plugin available now?

Thanks

hengyin commented 8 years ago

Now, taint analysis is performed via TCG-level instrumentation in DECAF, so you can use tanting-related APIs provided in DECAF to perform taint analysis in DroidScope.