[Soot-list] Creating Stack variables for object instantiation Expression

ASHISH MISHRA ashish123.mishragkp at gmail.com
Tue Apr 16 18:54:26 EDT 2013


Hi all,

I need to insert some object intantiation instructions of the following for


*temp$5 = new tests.BaseClass;*
*specialinvoke temp$5.<tests.BaseClass: void <init>()>();*
*bc = temp$5;*

I am able to create newExpr of the forn
*new test.Baseclass *
*and bc = temp$5*
*
*
*But how to create an Expression of specialInvoke temp$5.<>....*
*
*
*
*
*
*

-- 
Regards,
Ashish Mishra
Graduate Student,
Computer Science and Automation Department,IISc
Cell : +91-9611194714
Mailto : ashishmishra at csa.iisc.ernet.in
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20130417/51548184/attachment.html 


More information about the Soot-list mailing list