fix(script): update imports in example scripts (#2795)
This commit is contained in:
@@ -12,7 +12,7 @@ import jadx.core.dex.instructions.InsnType
|
||||
import jadx.core.dex.instructions.args.InsnWrapArg
|
||||
import jadx.core.dex.nodes.InsnNode
|
||||
import jadx.core.dex.nodes.MethodNode
|
||||
import jadx.plugins.script.runtime.data.ScriptOrderedDecompilePass
|
||||
import jadx.plugins.script.kotlin.runtime.data.ScriptOrderedDecompilePass
|
||||
|
||||
val jadx = getJadxInstance()
|
||||
|
||||
|
||||
@@ -5,7 +5,7 @@
|
||||
import jadx.api.plugins.input.data.attributes.JadxAttrType
|
||||
import jadx.core.deobf.NameMapper
|
||||
import jadx.core.dex.nodes.MethodNode
|
||||
import jadx.plugins.script.runtime.data.ScriptDecompilePass
|
||||
import jadx.plugins.script.kotlin.runtime.data.ScriptDecompilePass
|
||||
|
||||
val annCls = "Lretrofit2/http/Query;"
|
||||
val annParam = "value"
|
||||
|
||||
Reference in New Issue
Block a user