bytecode-viewer icon indicating copy to clipboard operation
bytecode-viewer copied to clipboard

How to use BCV inside eclipse code

Open FatimaHassan6 opened this issue 2 years ago • 2 comments

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

FatimaHassan6 avatar Jun 15 '22 08:06 FatimaHassan6

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.

Janmm14 avatar Jun 15 '22 08:06 Janmm14

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

FatimaHassan6 avatar Jun 30 '22 10:06 FatimaHassan6