From dfe1d0477dd48259438c9297805cb547b497b2b4 Mon Sep 17 00:00:00 2001 From: Skylot <118523+skylot@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:20:53 +0000 Subject: [PATCH] fix(script): update imports in example scripts (#2795) --- .../examples/deobf/deobf_from_tostring.jadx.kts | 2 +- .../examples/deobf/deobf_method_param.jadx.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts index 84ad86251..75992a8ef 100644 --- a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts +++ b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_from_tostring.jadx.kts @@ -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() diff --git a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts index 0eadc654d..1aa0ad8b3 100644 --- a/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts +++ b/jadx-plugins/jadx-script-kotlin/examples/deobf/deobf_method_param.jadx.kts @@ -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"