Open NJUchengshuo opened 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.
You can definitely write a simple piece of code to extract the dex from the zip file(Apk).
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.