[Soot-list] Help for Java Web App Data Flow

Marc-Andre Laverdiere-Papineau marc-andre.laverdiere-papineau at polymtl.ca
Thu Jul 26 19:24:02 EDT 2012


Hello,

I am working on something similar, but I am not 100% sure I understand 
your question.

Typically, if you want to have all statements impacted by a given 
statement, forward slicing would do the trick, but I don't think Soot 
has slicing support yet.

Maybe this flow analysis does the work you need - I am not sure.
As for the exception you mention, it would be best to give a detailed 
stack trace.

On 07/26/2012 02:43 PM, Jafar Mirzaei wrote:
> hi thanks for your useful tool
> I want to find that statements which can reach it's data (or Flow) to
> doPost's Second parameters in The whole Application...
> I can get call graph bye setting this method as entry point. but at this
> step Don't know how can I do that?
> when I want to call
> InfoFlowAnalysis.getMethodInfoFlowSummary(myMethod,false)  there is no
> problem but when second parameter set to True I get
> java.lang.NullPointerException...!
> I want to add some sentence to my Web App too.
> sorry for my bad english.
> thanks regards
>
>
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list
>


-- 
Marc-André Laverdière-Papineau
Étudiant au doctorat - PhD Student


More information about the Soot-list mailing list