[Soot-list] How to obtain the names of the SootMethod parameters?

dingsun xyz031702 at hotmail.com
Sun May 30 13:13:20 EDT 2010


Hi, Cristina    The soot provide InvokeStmt, from it you can obtain "InvokeExpr".  Refer to its javadoc "http://www.sable.mcgill.ca/soot/doc/soot/jimple/InvokeExpr.html", you can find  ListgetArgs() 
Each of the element(Value) in this list is the parameter of this function.  
Best Regards,Ding Sun
Date: Sun, 30 May 2010 06:29:00 -0700
From: crysgirlro at yahoo.com
To: soot-list at sable.mcgill.ca
Subject: [Soot-list] How to obtain the names of the SootMethod parameters?



Hello,

If I want to find out the names of the parameters of a function how do I proceed? SootMethod provides the signature or the types of the parameters but I need the names.

Cristina


 		 	   		  
_________________________________________________________________
MSN十年回馈,每位用户可免费获得价值25元的卡巴斯基反病毒软件2010激活码,快来领取!
http://kaba.msn.com.cn/?k=1
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20100531/0337101e/attachment.html 


More information about the Soot-list mailing list