1
我想從變量中獲取一個字符串。 smali看起來像這樣:如何從Xposed中的變量中獲取字符串?
.method protected Init()V
.locals 1
.line 121
const-string v0, "hello.." <= i want to get this string
invoke-static {p0, v0}, Ldha/ˌ;->ˊ(Landroid/content/Context;Ljava/lang/String;)Ldha/ˌ;
move-result-object v0
iput-object v0, p0, Lcom/xxx/xxx/Activity;->mx:Ldha/ˌ;
return-void
.end method
我應該使用什麼方法?