[Soot-list] CallGraph Analysing

Bodden, Eric eric.bodden at sit.fraunhofer.de
Fri Apr 12 04:52:19 EDT 2013


Hello.

I am afraid that I cannot see the image you attached. Is there anything wrong with the attachment?

Also I don't quite understand your question. Can you rephrase it and try to be more precise?

Cheers,
Eric

On 12.04.2013, at 10:19, Abdejalil SETH <shait.abdeljalil at gmail.com> wrote:

> 
> HI everybody,
> 
> I am beginner at soot and i need your help
> 
> import java.lang.reflect.Field;
> 
> public class FieldAccessible {
>     public static class MyClass {
>         private String theField;
>     }
> 
>     public static void main(String[] args) throws Exception {
>         MyClass myClass = new MyClass();
>         Field field1 = myClass.getClass().getDeclaredField("theField");
>         field1.setAccessible(true);
>         System.out.println(field1.get(myClass));
>     }
> 
> }
> 
> I would create a call graph using soot to analyse the following :
> 
> 
> 	• get : setaccessible node 
> 	• get the path of setaccessible(true) :  class00.c01.method1
> 
> 
> 
> 
> 
> 
> 
> 
> _______________________________________________
> Soot-list mailing list
> Soot-list at sable.mcgill.ca
> http://mailman.cs.mcgill.ca/mailman/listinfo/soot-list

--
Eric Bodden, Ph.D., http://sse.ec-spride.de/ http://bodden.de/
Head of Secure Software Engineering Group at 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