[Soot-list] source code annotation with soot

Jochen Huck jochen.huck at student.kit.edu
Mon Jun 21 10:54:33 EDT 2010


Hi,

I search for a good solution to annotate java source code after an 
analysis with soot. As far as I know it is possible to annotate Units 
with a StringTag but that is not exactly what I want. I'd like to 
rewrite the source code and not the bytecode. My idea is to write the 
analysis results to an output file and read that file while rewriting 
the source code with polyglot for example.

Cheers and hanks in advance,

Jochen


More information about the Soot-list mailing list