[Soot-list] Problem with Jasmin directives

Patrick Lam plam at sable.mcgill.ca
Tue May 7 21:23:37 EDT 2013


On 05/07/13 21:22, Saswat Anand wrote:
> Hi,
>
> Soot fails to generate .class file for a class if it is named "is".
> That happens because, "is" a directive in Jasmin, and as a result
> Jasmin fails for such a class.
>
> There are a few similar other directives such as "to", "from". I guess
> that Soot may fail all such classes. This problem prevents analyzing
> obfuscated classes.
>
> I guess that this problem needs a fix to the grammar (i.e.,
> parser.cup). I would appreciate if somebody familiar with that .cup
> file could look into this or help me fix this.

I thought that our Jasmin output was supposed to quote names of classes 
and that our modified version of Jasmin should accept quotes. Does it 
not do that?

pat




More information about the Soot-list mailing list