[Soot-list] List of global variables accessed by a method

Gias Uddin gias98 at gmail.com
Tue Aug 27 18:08:20 EDT 2013


What is the best way to get a list of global variables accessed by a method?

Input: a jar file (e.g., joda-time.jar), a method from a given class
output: the list of global variables accessed by the method. The scope
of the global variables can be within the given class or within the
entire jar file.

Thanks,
- Gias


More information about the Soot-list mailing list