<div dir="ltr">Hi,<div>Excuse me, I am a newer of soot, after learning the &quot;Fundamental-Soot-objects&quot;, I want to flow a string,this is the code:</div><div>&quot;Class A{</div><div>...</div><div>public static void B(){</div><div>try{</div><div>...</div><div>String cmd = &quot;do something ****&quot;//--------line 1</div><div> process = Runtime.getRuntime().exec(cmd);//------line 2</div><div>...}</div><div>...</div><div>}</div><div>}&quot;</div><div>I can use sootclass, sootmethod to get this class and method, but in this method body,I want to make sure that the value in unit line 1 is passed to unit line 2. When I try to print value in line 1 as well value in unit line 2, it seems that I cannot get the plain text and then if I use the string.indexof(substr) to test then it failed. So how can I flow the string that will be used in another method(may be not the same class)?</div><div>I don&#39;t know if I am clear?</div><div><br></div><div>Thanks!</div><div><br></div><div><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr">wait and hope~~<br></div><div><br></div></div></div></div>
</div></div>