[Soot-list] complete/full call-graph beyond interfaces possible

Quentin Sabah quentin.sabah at inria.fr
Wed Dec 5 03:56:08 EST 2012


Hi Fares,

Soot resolves virtual calls.
Have you tried to use the CallGraph instance returned by 
soot.Scene.v().getCallGraph() ? This object provides nice methods to 
explore the program call-graph: edgesOutOf(SootMethod), edgesOutOf(Unit).

If you want to control the way this callgraph is build, please refer to 
the command-line options for the 'cg' phase:
http://www.sable.mcgill.ca/soot/tutorial/phase/phase.html#SECTION00060000000000000000

Regards.

-- 
Quentin Sabah, CIFRE Ph.D. student
Grenoble University
INRIA-SARDES                   | STMicroelectronics/AST
Montbonnot, France             | Grenoble, France
mailto:quentin.sabah at inria.fr  | mailto:quentin.sabah at st.com
phone: +33 476 61 54 57        | phone: +33 476 58 44 14


More information about the Soot-list mailing list