You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In my case, exactly this leads to a problem when I try to read the produced jimple files with old soot in order to convert them back to Java or Android bytecode. I receive a ParserException which says it expects a quoted string for an identifier. It is quoted but old soot expects SINGLE quotes and sootup's JimplePrinter (even in legacy mode) uses DOUBLE quotes. But it seems to relate to methods that are named as keywords only (e.g. method names "of" or "from" from some Kotlin classes).
integrate legacy escapings from old soot into LegacyJimplePrinter
The text was updated successfully, but these errors were encountered: