<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Verdana,Geneva,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Hi all,<br /> &nbsp;&nbsp;&nbsp;Is it possible for using Soot to extract runtime input arguments for method?<br /> &nbsp;&nbsp;&nbsp;For instance,</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">
<ul>
<li><span style="font-size: 10pt;">&nbsp; &nbsp; &nbsp; public void map(<span style="color: #ff0000;"><span style="color: #000000;">Object</span> key</span>,<span style="color: #ff0000;"><span style="color: #000000;">Text</span> value</span>, Context <span style="color: #ff0000;">context</span>){...}</span></li>
</ul>
&nbsp; &nbsp;Is that possible to get the entry values(key,value,and context) at runtime for these arguments?</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">&nbsp; &nbsp;Thanks in advance.</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Best</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Chris.</div>
</body></html>