Frequently Asked Questions
How to setup the soot dependency (in Maven, Gradle)?
See Installation.
How to retreive a SootClass or SootMethod?
See Getting Started.
Is there a github template to quickstart into development with SootUp?
Not yet.
Error while using the Sourcecodefrontend
Please make sure to use Java8 to execute.
Exception: Provider "jrt" not found
1 2 3 4 |
|
How to solve a ConcurrentModificationException?
Copy the Iterator into an intermediate Collection.
1 2 3 4 5 |
|
How can I visualize a StmtGraph?
There exists a tool, that converts a StmtGraph to the Graphviz Dot Language.
1 |
|
1 |
|
The Sourcecodefrontend...
is in a experimental state! If you wish to use it, please consider to contribute.
Is there a way to use code exploration and syntax highlighting features in my IDE for .jimple files?
Try JimpeLsp or the vscode plugin
Is there a way to use syntax highlighting of .jimple in my paper, thesis, ...?
Have a look at LspLexer4Pygments. Its the same syntax highlighting you see here in the documentation. You can export it to LaTex as well.
How to ... add an entry in this list? i.e. Your question is not answered here?
Feel free to start a Discussion.