WALA
WALA copied to clipboard
Is there any documentation on the use of the com.ibm.wala.dalvik package here, please?
Unfortunately, not much. I'd suggest looking at this code and copy-pasting from it to get started (it builds a call graph for an APK):
https://github.com/wala/WALA/blob/447e536f51626bc4d1de1f416c18f67d5df41b37/com.ibm.wala.dalvik/src/test/java/com/ibm/wala/dalvik/test/callGraph/DalvikCallGraphTestBase.java#L115
I'll try to add some basic documentation when I get some time, but I'm not the original author of the code so it will be limited.