Tutorials - VictoryWangCN/soot GitHub Wiki
Tutorials for soot
Reference Material
- Command line options and Phase options
- Javadoc
- A Survivor's Guide to Java Program Analysis with Soot (by Arni Einarsson and Janus Dam Nielsen)
- PLDI Tutorial
General notions
Getting Started
A few uses of Soot
- Using Soot as a Program Optimizer
- Using Soot and TamiFlex to analyze DaCapo
- Implementing an intra-procedural data-flow analysis in Soot
- Instrumenting Android Apps with Soot
Using Soot as a command-line tool
Using the Soot Eclipse Plugin
Using Soot as a compiler framework
- Creating a Class File from Scratch
- Adding attributes to class files (Basic)
- Adding attributes to class files (Advanced)
- Adding profiling instructions to applications
- Using Soot with custom entry points
- Whole program Devirtualization Optimizations
- Java's Invokedynamic
NOTE: If you find any bugs in those tutorials (or other parts of Soot) please help us out by reporting them in our issue tracker.