Updated Intro Draft

This commit is contained in:
Konloch 2021-07-23 18:57:27 -07:00
parent f28742cfaa
commit d59c5b1445

View file

@ -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>