-
-
Notifications
You must be signed in to change notification settings - Fork 708
Tutorials
ericbodden edited this page Oct 10, 2014
·
47 revisions
- Command line options and Phase options
- Soot API
- A Survivor's Guide to Java Program Analysis with Soot (by Arni Einarsson and Janus Dam Nielsen)
- PLDI Tutorial TODO: move to GitHub
- 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
- 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.
Also check out Soot's webpage.
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.
- Home
- Getting Help
- Tutorials
- Reference Material
- General Notions
- Getting Started
- A Few Uses of Soot
- Using Soot as a Command-Line Tool
- Using the Soot Eclipse Plugin
- Using Soot as a Compiler Framework
- Building Soot
- Coding Conventions
- Contributing to Soot
- Updating the Soot Web Page
- Reporting Bugs
- Preparing a New Soot Release