smali中的这一行是做什么的?我一直在谷歌搜索.restart的东西,但一直无法找到任何有关它的信息.
.restart local v3 #i:I
解决方法:
这相当于dex文件中deBUG_info项中的“DBG_RESTART_LOCAL” *** 作码.
从http://s.android.com/tech/dalvik/dex-format.html开始:
总结re-introduces a local variable at the current address. The name and
type are the same as the last local that was live in the specifIEd
register.
以上是内存溢出为你收集整理的java – .restart smali关键字有什么作用?全部内容,希望文章能够帮你解决java – .restart smali关键字有什么作用?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
评论列表(0条)