secure-software-engineering / FlowDroid

FlowDroid Static Data Flow Tracker
GNU Lesser General Public License v2.1
1.06k stars 298 forks source link

How Can I do analysis on only DEX file NOT APK file? #21

Open NJUchengshuo opened 6 years ago

NJUchengshuo commented 6 years ago

I need to do some analysis on .dex file ,such as CallGraph, data flow, control flow, etc. So is there any way to help me?Thanks a lot.

likaikoplee commented 6 years ago

You can definitely write a simple piece of code to extract the dex from the zip file(Apk).