[Soot-list] Using soot to get the assigned stmt?

qpj 412832527 at qq.com
Sun Jan 12 23:42:57 EST 2014


Hi Eric,
I'd like to get the whole assigned stmt, for example, in my code.java,
Intent intent = new Intent(this, Music.class).
How can I get the whole stmt above? 


the code in MyInstrumentor.java
public void caseAssignStmt(AssignStmt stmt) {
	String string = stmt.toString();
	G.v().out.println(string);

...
}
the output is like this: $r3 = new android.content.Intent


I hope you can help me.
Xiangxing
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.cs.mcgill.ca/pipermail/soot-list/attachments/20140113/10a29035/attachment.html 


More information about the Soot-list mailing list