[prev in list] [next in list] [prev in thread] [next in thread] 

List:       soot-list
Subject:    Re: [Soot-list] Accepting APK files
From:       "Steven Arzt" <Steven.Arzt () cased ! de>
Date:       2015-06-26 15:51:52
Message-ID: 00f801d0b028$05a03430$10e09c90$ () cased ! de
[Download RAW message or body]

This is a multipart message in MIME format.

[Attachment #2 (multipart/alternative)]
This is a multipart message in MIME format.


Hi Marianna,

 

The APK does not need to be on the Soot classpath. Putting it into the process-dir \
parameter is totally sufficient. You, however, forgot to specify the Android platform \
libraries that Soot shall use. You need to provide either the –android-jars or the \
–force-android-jar parameter.

 

Soot should give you a corresponding error message. Did you double-check your console \
output?

 

Best regards,

  Steven

 

Von: soot-list-bounces@CS.McGill.CA [mailto:soot-list-bounces@CS.McGill.CA] Im \
                Auftrag von Marianna Rapoport
Gesendet: Freitag, 19. Juni 2015 02:31
An: soot-list@CS.McGill.CA
Betreff: [Soot-list] Accepting APK files

 

Hello!

 

I would like to use the Java String Analyzer (http://www.brics.dk/JSA/) on Android \
applications.


I have been trying to get Soot to accept an apk file as follows:

 

String apkDir = "path/to/apk/directory";

Scene.v().setSootClassPath(Scene.v().getSootClassPath() + File.pathSeparator + \
apkDir);

Options.v().set_android_jars("/usr/local/Cellar/android-sdk/24.2/platforms");
Options.v().set_src_prec(Options.src_prec_apk);
Options.v().set_output_format(Options.output_format_dex);

soot.Main.main(new String[] { "-process-dir", apkDir, "--app", \
"cgeo.geocaching.MainActivity" });

Chain<SootClass> applicationClasses = Scene.v().getApplicationClasses();
Chain<SootClass> classes = Scene.v().getClasses();
When I debug this program I see that the classes chain contains 130 elements and the \
applicationClasses chain is empty. The MainActivity class is not part of classes \
either (as are no classes of the apk). Do you know what I'm doing wrong? Thanks!
Marianna


[Attachment #5 (text/html)]

<html xmlns:v="urn:schemas-microsoft-com:vml" \
xmlns:o="urn:schemas-microsoft-com:office:office" \
xmlns:w="urn:schemas-microsoft-com:office:word" \
xmlns:m="http://schemas.microsoft.com/office/2004/12/omml" \
xmlns="http://www.w3.org/TR/REC-html40"><head><meta http-equiv=Content-Type \
content="text/html; charset=utf-8"><meta name=Generator content="Microsoft Word 14 \
(filtered medium)"><style><!-- /* Font Definitions */
@font-face
	{font-family:Calibri;
	panose-1:2 15 5 2 2 2 4 3 2 4;}
@font-face
	{font-family:Tahoma;
	panose-1:2 11 6 4 3 5 4 4 2 4;}
@font-face
	{font-family:Consolas;
	panose-1:2 11 6 9 2 2 4 3 2 4;}
@font-face
	{font-family:Menlo;
	panose-1:0 0 0 0 0 0 0 0 0 0;}
/* Style Definitions */
p.MsoNormal, li.MsoNormal, div.MsoNormal
	{margin:0cm;
	margin-bottom:.0001pt;
	font-size:12.0pt;
	font-family:"Times New Roman","serif";}
a:link, span.MsoHyperlink
	{mso-style-priority:99;
	color:blue;
	text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
	{mso-style-priority:99;
	color:purple;
	text-decoration:underline;}
pre
	{mso-style-priority:99;
	mso-style-link:"HTML Vorformatiert Zchn";
	margin:0cm;
	margin-bottom:.0001pt;
	font-size:10.0pt;
	font-family:"Courier New";}
span.HTMLVorformatiertZchn
	{mso-style-name:"HTML Vorformatiert Zchn";
	mso-style-priority:99;
	mso-style-link:"HTML Vorformatiert";
	font-family:Consolas;
	mso-fareast-language:DE;}
span.E-MailFormatvorlage19
	{mso-style-type:personal-reply;
	font-family:"Calibri","sans-serif";
	color:#1F497D;}
.MsoChpDefault
	{mso-style-type:export-only;
	font-family:"Calibri","sans-serif";
	mso-fareast-language:EN-US;}
@page WordSection1
	{size:612.0pt 792.0pt;
	margin:70.85pt 70.85pt 2.0cm 70.85pt;}
div.WordSection1
	{page:WordSection1;}
--></style><!--[if gte mso 9]><xml>
<o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
<o:shapelayout v:ext="edit">
<o:idmap v:ext="edit" data="1" />
</o:shapelayout></xml><![endif]--></head><body lang=DE link=blue vlink=purple><div \
class=WordSection1><p class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Hi \
Marianna,<o:p></o:p></span></p><p class=MsoNormal><span \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>The APK \
does not need to be on the Soot classpath. Putting it into the process-dir parameter \
is totally sufficient. You, however, forgot to specify the Android platform libraries \
that Soot shall use. You need to provide either the –android-jars or the \
–force-android-jar parameter.<o:p></o:p></span></p><p class=MsoNormal><span \
lang=EN-US style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Soot should \
give you a corresponding error message. Did you double-check your console \
output?<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>Best \
regards,<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'>   \
Steven<o:p></o:p></span></p><p class=MsoNormal><span lang=EN-US \
style='font-size:11.0pt;font-family:"Calibri","sans-serif";color:#1F497D'><o:p>&nbsp;</o:p></span></p><p \
class=MsoNormal><b><span \
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'>Von:</span></b><span \
style='font-size:10.0pt;font-family:"Tahoma","sans-serif"'> \
soot-list-bounces@CS.McGill.CA [mailto:soot-list-bounces@CS.McGill.CA] <b>Im Auftrag \
von </b>Marianna Rapoport<br><b>Gesendet:</b> Freitag, 19. Juni 2015 \
02:31<br><b>An:</b> soot-list@CS.McGill.CA<br><b>Betreff:</b> [Soot-list] Accepting \
APK files<o:p></o:p></span></p><p class=MsoNormal><o:p>&nbsp;</o:p></p><div><div><p \
class=MsoNormal>Hello!<o:p></o:p></p></div><div><p \
class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><p class=MsoNormal>I would like to \
use the Java String Analyzer (<a \
href="http://www.brics.dk/JSA/">http://www.brics.dk/JSA/</a>) on Android \
applications.<o:p></o:p></p></div><div><p class=MsoNormal><br>I have been trying to \
get Soot to accept an apk file as follows:<o:p></o:p></p></div><div><p \
class=MsoNormal><o:p>&nbsp;</o:p></p></div><div><pre><span \
style='font-family:"Menlo","serif";color:black'>String apkDir = </span><b><span \
style='font-family:"Menlo","serif";color:green'>&quot;path/to/apk/directory&quot;</span></b><span \
style='font-family:"Menlo","serif";color:black'>;<o:p></o:p></span></pre><pre><span \
style='font-family:"Menlo","serif";color:black'><br>Scene.<i>v</i>().setSootClassPath(Scene.<i>v</i>().getSootClassPath() \
+ File.</span><b><i><span \
style='font-family:"Menlo","serif";color:#660E7A'>pathSeparator </span></i></b><span \
style='font-family:"Menlo","serif";color:black'>+ \
apkDir);<br><br>Options.<i>v</i>().set_android_jars(</span><b><span \
style='font-family:"Menlo","serif";color:green'>&quot;/usr/local/Cellar/android-sdk/24.2/platforms&quot;</span></b><span \
style='font-family:"Menlo","serif";color:black'>);<br>Options.<i>v</i>().set_src_prec(Options.</span><b><i><span \
style='font-family:"Menlo","serif";color:#660E7A'>src_prec_apk</span></i></b><span \
style='font-family:"Menlo","serif";color:black'>);<br>Options.<i>v</i>().set_output_format(Options.</span><b><i><span \
style='font-family:"Menlo","serif";color:#660E7A'>output_format_dex</span></i></b><span \
style='font-family:"Menlo","serif";color:black'>);<br><br>soot.Main.<i>main</i>(</span><b><span \
style='font-family:"Menlo","serif";color:navy'>new </span></b><span \
style='font-family:"Menlo","serif";color:black'>String[] { </span><b><span \
style='font-family:"Menlo","serif";color:green'>&quot;-process-dir&quot;</span></b><span \
style='font-family:"Menlo","serif";color:black'>, apkDir, </span><b><span \
style='font-family:"Menlo","serif";color:green'>&quot;--app&quot;</span></b><span \
style='font-family:"Menlo","serif";color:black'>, </span><b><span \
style='font-family:"Menlo","serif";color:green'>&quot;cgeo.geocaching.MainActivity&quot; \
</span></b><span style='font-family:"Menlo","serif";color:black'>});<br><br>Chain&lt;SootClass&gt; \
applicationClasses = Scene.<span \
style='background:#E4E4FF'>v</span>().getApplicationClasses();<br>Chain&lt;SootClass&gt; \
classes = Scene.<span \
style='background:#E4E4FF'>v</span>().getClasses();<o:p></o:p></span></pre><pre><span \
style='font-family:"Arial","sans-serif";color:black'>When I debug this program I see \
that the </span><span \
style='font-family:"Menlo","serif";color:black'>classes</span><span \
style='font-family:"Arial","sans-serif";color:black'> chain contains 130 elements and \
the </span><span style='font-family:"Menlo","serif";color:black'>applicationClasses</span><span \
style='font-family:"Arial","sans-serif";color:black'> chain is empty. The \
MainActivity class is not part of </span><span \
style='font-family:"Menlo","serif";color:black'>classes</span><span \
style='font-family:"Arial","sans-serif";color:black'> either (as are no classes of \
the apk).</span><span style='color:black'><o:p></o:p></span></pre><pre><span \
style='font-family:"Arial","sans-serif";color:black'>Do you know what I'm doing \
wrong? Thanks!</span><span style='color:black'><o:p></o:p></span></pre><pre><span \
style='font-family:"Arial","sans-serif";color:black'>Marianna</span><span \
style='color:black'><o:p></o:p></span></pre></div></div></div></body></html>



_______________________________________________
Soot-list mailing list
Soot-list@CS.McGill.CA
https://mailman.CS.McGill.CA/mailman/listinfo/soot-list


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic