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>
|
||||
<pre>
|
||||
Android resources have three options for preprocessing:
|
||||
Decode Resources
|
||||
Enjarify
|
||||
Dex2Jar (d2j)
|
||||
Decode Resources will run APKTool to decode any packed android-specific resources
|
||||
Enjarify will convert the dalvik specific bytecode to java bytecode
|
||||
Dex2Jar will convert the dalvik specific bytecode to java bytecode
|
||||
1). Decode Resources
|
||||
2). Enjarify
|
||||
3). Dex2Jar (d2j)
|
||||
1). Decode Resources will run APKTool to decode any packed android-specific resources
|
||||
2). Enjarify 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)
|
||||
</pre>
|
||||
|
||||
|
|
Loading…
Reference in a new issue