The Bytecode Club
first time user help - Printable Version

+- The Bytecode Club (https://the.bytecode.club)
+-- Forum: Software (https://the.bytecode.club/forumdisplay.php?fid=19)
+--- Forum: Bytecode Viewer (https://the.bytecode.club/forumdisplay.php?fid=69)
+--- Thread: first time user help (/showthread.php?tid=2026)



first time user help - flamer - 06-13-2016

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.


RE: first time user help - Sim0X - 06-14-2017

Have you tried File > Add... ?


RE: first time user help - Bibl - 10-30-2017

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.