You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 3 Built-in Bytecode disassemblers, including 2 assemblers: Krakatau and Smali/BakSmali
38
38
* APK/DEX Support from Dex2Jar and Enjarify
@@ -75,7 +75,7 @@ Download the latest version from https://github.com/konloch/bytecode-viewer/rele
75
75
You may need to execute it via command line ```java -jar Bytecode-Viewer-2.10.x.jar``` (replace the X with the current minor version)
76
76
77
77
## How can I use BCV?
78
-
* Starting with a Jar, Zip, ClassFile or Android file (APK, DEX, XAPK, etc) drag it into BCV. It will start the decoding process automatically.
78
+
* Starting with a Jar, Zip, ClassFile or Android file (APK, DEX, XAPK, APKM, etc) drag it into BCV. It will start the decoding process automatically.
79
79
* From here you can select the decompilers you would like to use by selecting the View Pane>View 1, View 2, View 3, etc.
80
80
* The view panes are-used to display up to 3 decompilers side by side, you can also toggle edibility here.
81
81
* Select the resource you would like to open by navigating using the resource list, BCV will do its best to display it (Decompiling, Disassembling, etc).
0 commit comments