Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
smali 中的这条线是做什么的?我一直在谷歌上搜索 .restart 的东西,但找不到任何关于它的信息。
.restart local v3 #i:I
这相当于 dex 文件中 debug_info 项中的“DBG_RESTART_LOCAL”操作码。
来自http://s.android.com/tech/dalvik/dex-format.html:
在当前地址重新引入一个局部变量。名称和类型与指定寄存器中的最后一个本地相同。