[Soot-list] get real Value from ValueBox/Value

Olaf Neugebauer olaf.neugebauer at tu-dortmund.de
Thu Sep 24 10:40:04 EDT 2009


Hello,

is there a easy way to get the real values of a valuebox?
Here is my program in jimple:

a = 41;
virtualinvoke 
this.<de.tudortmund.cs.ls12.oneugebauer.SimpleLocalizeApp.TestClass: 
void setVersion(int)>(a);

with getInvokeExpr().getArgBox on the jimplestmt i only got a reference 
to a.
Is it possible to get the value(41) from the virtualinvoke stmt?

Regards,
Olaf




More information about the Soot-list mailing list