[Soot-list] reconciling variables

Eric Bodden eric.bodden at mail.mcgill.ca
Wed Jan 31 21:58:18 EST 2007


The Jimple body creation phase has a phase option for it:
-p jb use-original-names:true
This assumes that you have compiled your bytecode with debug symbols,
e.g. "javac -g" or Eclipse with standard compiler options.



Eric 

 


________________________________

	From: soot-list-bounces at sable.mcgill.ca
[mailto:soot-list-bounces at sable.mcgill.ca] On Behalf Of David A Weiser
	Sent: Wednesday, January 31, 2007 8:50 PM
	To: soot-list at sable.mcgill.ca
	Subject: [Soot-list] reconciling variables
	
	

	How do reconcile a variable name in java with its Jimple
counterpart?

	 

	For example, if I have a java function that looks like: 

	 

	void put(int v){...}

	 

	the Jimple equivalent would look like:

	 

	r0 := @parameter0: java.lang.String[]

	 

	now, how do I reconcile the Java variable name, v, with the
Jimple temporary variable, r0?

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.CS.McGill.CA/pipermail/soot-list/attachments/20070131/cfddcd86/attachment.htm


More information about the Soot-list mailing list