Updated Intro Draft
This commit is contained in:
parent
f28742cfaa
commit
d59c5b1445
1 changed files with 7 additions and 6 deletions
|
@ -15,12 +15,13 @@ Import your Jar/Class/WAR/EAR file via the File>Open menu in Bytecode Viewer. (C
|
||||||
<h2>How To - Android Importing</h2>
|
<h2>How To - Android Importing</h2>
|
||||||
<pre>
|
<pre>
|
||||||
Android resources have three options for preprocessing:
|
Android resources have three options for preprocessing:
|
||||||
Decode Resources
|
1). Decode Resources
|
||||||
Enjarify
|
2). Enjarify
|
||||||
Dex2Jar (d2j)
|
3). Dex2Jar (d2j)
|
||||||
Decode Resources will run APKTool to decode any packed android-specific resources
|
1). Decode Resources will run APKTool to decode any packed android-specific resources
|
||||||
Enjarify will convert the dalvik specific bytecode to java bytecode
|
2). Enjarify will convert the dalvik specific bytecode to java bytecode
|
||||||
Dex2Jar will convert the dalvik specific bytecode to java bytecode
|
3). Dex2Jar will convert the dalvik specific bytecode to java bytecode
|
||||||
|
|
||||||
Import your APK/WAPK/DEX file via the File>Open menu in Bytecode Viewer. (CTRL + O)
|
Import your APK/WAPK/DEX file via the File>Open menu in Bytecode Viewer. (CTRL + O)
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue