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
I was working on the GUI of BCV to search for specific words and open the files that match my searching terms and do some modification on them however, all that was done manually now I want to build a tool that do what I did, as a start I imported BCV as Jar file in eclipse (JAVA) but don't know how to use BCV
is it suppose to call method or develop my own code to interact with it?
if there any resources that can help me I would appreciate your help
The text was updated successfully, but these errors were encountered:
When you did modifications to the gui you deem useful for all users, you could create a Pull Request so it will be included in all future BCV versions.
When you did modifications to the gui you deem useful for all users, you could create a Pull Request so it will be included in all future BCV versions.
I didn't modify the tool, what I mean is that I am modified the smali files of the decompiled app
I want to know how to use BCV to search through the apk file and return the path for the files that
match my searching terms
I was working on the GUI of BCV to search for specific words and open the files that match my searching terms and do some modification on them however, all that was done manually now I want to build a tool that do what I did, as a start I imported BCV as Jar file in eclipse (JAVA) but don't know how to use BCV
is it suppose to call method or develop my own code to interact with it?
if there any resources that can help me I would appreciate your help
The text was updated successfully, but these errors were encountered: