WALA icon indicating copy to clipboard operation
WALA copied to clipboard

Is there any documentation on the use of the com.ibm.wala.dalvik package here, please?

Open Anditty opened this issue 3 years ago • 1 comments

Anditty avatar Apr 22 '22 03:04 Anditty

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.

msridhar avatar Apr 22 '22 15:04 msridhar