feat(plugins): allow to load classes using input stream or byte array in jadx-input plugin (#1457)

This commit is contained in:
Skylot
2023-04-10 21:03:54 +01:00
parent 1ad6527de5
commit 4230cd5b5a
7 changed files with 191 additions and 4 deletions
@@ -7,4 +7,6 @@ dependencies {
// show bytecode disassemble
implementation 'io.github.skylot:raung-disasm:0.0.3'
testImplementation(project(":jadx-core"))
}