From 48804b5e0413e9d4edf542ff1f39f9be56adf335 Mon Sep 17 00:00:00 2001 From: Konloch Date: Sat, 22 Jan 2022 14:09:21 -0600 Subject: [PATCH] About Panel Cleanup --- .../resources/translations/html/intro.english.html | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/main/resources/translations/html/intro.english.html b/src/main/resources/translations/html/intro.english.html index ec440cc9..36643116 100644 --- a/src/main/resources/translations/html/intro.english.html +++ b/src/main/resources/translations/html/intro.english.html @@ -2,9 +2,9 @@

About

Bytecode Viewer (BCV) is an easy-to-use Java & Android Reverse Engineering Suite!
-BCV is designed to be extremely user and beginner-friendly, because of this almost everything is accessible through an interface, settings, tools, etc. +BCV is designed to be extremely user and beginner-friendly, this means everything is accessible through an interface such as settings, tools, etc. -

To start drag your Jar/APK/Class file into the resource list. +

To start, simply drag your Jar/APK/Class file into the resource list.

How To - Java Importing

@@ -19,8 +19,8 @@ Android resources have three options for preprocessing:
     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
+2). Enjarify will convert the Android Dalvik Bytecode to Java Bytecode
+3). Dex2Jar will convert the Android Dalvik Bytecode to Java Bytecode
 
 Import your APK/WAPK/DEX file via the File>Open menu in Bytecode Viewer. (CTRL + O)
 
@@ -28,8 +28,9 @@ Import your APK/WAPK/DEX file via the File>Open menu in Bytecode Viewer. (CTRL +

How To - File Navigation

-Using the resource list (it should say "Files" on the title bar) you can select all of the resources added into BCV.
-Any archive will opened, to select a resource click + button for each folder.
+To use the resource list - (Note: it will say "Files" on the title bar) - you can select all of the resources added into BCV.
+Any archive (Zip, Jar, ETC.) will opened.
+To select a resource click + button for each folder.
 Using the search pane inside of the resource list you can search by file name and extension.
 For case-sensitivity enable the checkbox labeled "Exact".