[Soot-list] running jbco in loop

mbatch at cs.mcgill.ca mbatch at cs.mcgill.ca
Thu May 8 12:36:55 EDT 2008


Pawel,

You could probably accomplish this through a reset of Soot, but then you'd
have to be aware of where the previous output phase dropped it's output
(so you could load the new phase 1 version classes from there)..

Or perhaps this is not what you're trying to do? What is wrong with the
runtime.exec approach, exactly, if it does what you need to do?

Michael

hack On Wed, May 7, 2008 12:01 pm, Pawel Paskudzki wrote:
> Hi!
>
>
> i was trying to run jbco from the silly class i've added to soot it has a
> loop that invokes jbco main method regarding to specified list of
> obfuscating transformations
>
> however, during the second iteration error occures. it is connected with
> duplicated transformations is packs
>
> to solve the problem i've to run jbco several times by runtime.exec
> function is there some better way to do this?




More information about the Soot-list mailing list