About Panel Cleanup
This commit is contained in:
parent
9d3b1d461d
commit
48804b5e04
1 changed files with 7 additions and 6 deletions
|
@ -2,9 +2,9 @@
|
|||
<h2>About</h2>
|
||||
|
||||
Bytecode Viewer (BCV) is an easy-to-use Java & Android Reverse Engineering Suite!<br>
|
||||
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.
|
||||
|
||||
<br><br>To start drag your Jar/APK/Class file into the resource list.
|
||||
<br><br>To start, simply drag your Jar/APK/Class file into the resource list.
|
||||
|
||||
<h2>How To - Java Importing</h2>
|
||||
<pre>
|
||||
|
@ -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)
|
||||
</pre>
|
||||
|
@ -28,8 +28,9 @@ Import your APK/WAPK/DEX file via the File>Open menu in Bytecode Viewer. (CTRL +
|
|||
<h2>How To - File Navigation</h2>
|
||||
|
||||
<pre>
|
||||
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".
|
||||
</pre>
|
||||
|
|
Loading…
Reference in a new issue