andymeneely / attack-surface-metrics

Scripts for collecting metrics of the attack surface
MIT License
14 stars 4 forks source link

Parse Java Call Graph output for Android apps #34

Open megakevin opened 9 years ago

megakevin commented 9 years ago

For this week, we need to parse the Java call graph data. We need to be able to at least mark each node as being part of Android vs. part of the app itself. We might remove these nodes, we might not.

Let's have this done by Feb 24.

megakevin commented 9 years ago

Think of a way to reliably identifying the entry points that are callback methods implemented in the actual app's source code as overrides for inherited classes.