[Soot-list] Call the colorer twice for the same Scene.v()

wii w1zagr33n at gmail.com
Mon Apr 7 18:51:36 EDT 2014


Hi Eric,

Thanks for your response.
1. I want to run a second colorer after soot returns to my main. Is it 
possible to call it at that point?
2. As it seems quite hard to find it out, for a points-to analysis which 
colorer do I have to call? Does
every colorer connects with an analysis? How does that works?

Thank you in advance,

W.

On 07/04/2014 11:02 πμ, Bodden, Eric wrote:
> Hi.
>
> You simply need to instantiate the right class that implements the colorer and call it from your BodyTransformer or SceneTransformer.
>
> Best wishes,
> Eric
>
> On 31.03.2014, at 18:25, Wiza <w1zagr33n at gmail.com> wrote:
>
>> Hello list,
>>
>> I have the query if it's possible for the same Scene.v() to call the
>> colorer a second time.
>> That helps me in order to color the results of an analysis, the way I
>> want it.
>> If it's possible, could you please guide me how to do that?
>>
>> My thinking: I have the results of an analysis. After soot is executed
>> once, there's still
>> the Scene, so I have the results and everything needed. I'm trying to
>> find the way how to
>> color an exact set of the results, but doesnt seem so obvious to me how
>> to do it.
>> In this point I'd like to ask for your help.
>>
>> Thank you very much in advance,
>>
>> --wi
>> _______________________________________________
>> Soot-list mailing list
>> Soot-list at CS.McGill.CA
>> https://mailman.CS.McGill.CA/mailman/listinfo/soot-list
> --
> Prof. Eric Bodden, Ph.D., http://sse.ec-spride.de/ http://bodden.de/
> Head of Secure Software Engineering  at Fraunhofer SIT, TU Darmstadt and EC SPRIDE
> Tel: +49 6151 16-75422    Fax: +49 6151 16-72051
> Room 3.2.14, Mornewegstr. 30, 64293 Darmstadt
>



More information about the Soot-list mailing list