Package com.ibm.wala.shrike.cg
Class OfflineDynamicCallGraph
- java.lang.Object
-
- com.ibm.wala.shrike.cg.OfflineDynamicCallGraph
-
public class OfflineDynamicCallGraph extends java.lang.ObjectClass files are taken as input arguments (or if there are none, from standard input). The methods in those files are instrumented: we insert a System.err.println() at ever method call, and a System.err.println() at every method entry.The instrumented classes are placed in the directory "output" under the current directory. Disassembled code is written to the file "report" under the current directory.
- Since:
- 10/18
-
-
Constructor Summary
Constructors Constructor Description OfflineDynamicCallGraph()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidmain(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.io.IOException, java.lang.ClassNotFoundException, InvalidClassFileException, Analyzer.FailureException- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundExceptionInvalidClassFileExceptionAnalyzer.FailureException
-
-