How to load .java source code instead of .class file using soot #1839
Unanswered
skyleaworlder
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
😭 I would like to use .java file to do static analysis work. But I was only able to access tutorial or support about "how to load class file" online.
When soot is used as a CLI-tool, I know its usage, such as:
However, I failed to find some instructions about how to load .java file, when soot is used as Compiler-Framework.
Beta Was this translation helpful? Give feedback.
All reactions