Skip to content

domainexpert/cfg-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cfg-example

Soot Jimple intraprocedural CFG execution tree traversal example

See LICENSE.md for license information.

To run, you need Soot. First, download soot-trunk.jar into lib directory; then say ant run. This will run the CFG traversal on its own PathExplorer class, printing out the Jimple statement that is visited at every level of the traversal tree. To compare the output with actual Jimple code, see the Jimple code of PathExplorer in the produced soot_output directory.

About

Soot Jimple intraprocedural CFG traversal example

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages