[Soot-list] Packages in classpath.

Roman Petriev vvpiroman at gmail.com
Thu Jun 11 08:22:28 EDT 2015


I have tried using -process-dir option, but soot couldn't find any class in my
test jar.

java -Xmx768M -cp soot.jar soot.jbco.Main -w -t:jtp.jbco_so -cp "decomp.jar"
-process-dir "./decomp/" -d "./sootOutput2/"

I have unpacked my jar and tried transforming app.
Error:
java.lang.RuntimeException: Class names not equal! decomp.Decomp != Decomp

What's wrong?
P.s. I'm sorry for my bad engish.

Best Regards,
Roman.


2015-06-10 21:18 GMT+03:00 Roman Petriev <vvpiroman at gmail.com>:

> Hi, all!
>
> Unfortunately, I couldn't find, how can I transform packages in soot
> classpath.
> E.g.
> java -cp soot.jar soot.Main -cp "myapp.jar" my_app.pack1.* my_app.pack2.*
> Instead of
> java -cp soot.jar soot.Main -cp "myapp.jar" my_app.pack1.Class1
> my_app.pack1.Class2 my_app.pack1.Class3
> my_app.pack2.Class1 my_app.pack2.Class2 my_app.pack2.Class3
>
> Thanks, for help.
>
> Best Regards,
> Roman.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: https://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20150611/f7174556/attachment-0001.html 


More information about the Soot-list mailing list