You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to WALA discussion and Q&A
Hi,
When generating call graphs for APKs using makeAPKCallGraph some call graphs contain up to 60,000 call graph nodes. I am trying to search through the nodes and the instructions in each node to find specific invoking instructions. Call Graphs with this many nodes is making this computation infeasible. How can I decrease the size of the call graph without losing nodes that I need?