Skip to content

How to convert .shimple file to .jimple file? #2078

Answered by MarcMil
su-xingyu asked this question in Q&A
Discussion options

You must be logged in to vote

When using Soot as a library, the ShimpleBody has a toJimpleBody method.

public JimpleBody toJimpleBody() {

For the command line version:
When the wholeJimple option is set and the output format is set to Jimple, soot should remove the SSA form.

if (produceJimple || (wholeShimple && !produceShimple)) {

However, afaik, there right now there is no Shimple parser, so no way to get Shimple files into Soot.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by su-xingyu
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants