The Bytecode Club

Full Version: first time user help
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi all,

BCV looks pretty awesome, I am interested in reverse engineering APK's, I have downloaded version 2.98, registered BCV ini, and now I have the application open, however I can not load any files into the program, have tried drag and drop, have tried file/add, but nothing shows in the pane. What stupid miskate am i making?

I have tried several apk files without success.
Have you tried File > Add... ?
Create a .bat file (e.g. bcv.bat) in the same directory as the bcv jar file with the following contents:
Code:
java -jar <bcv-file-name.jar>
where <bcv-file-name.jar> is what you have it named as. Then try to use the program by running the .bat file and check the terminal window that opens for errors.