简体   繁体   English

.restart smali关键字有什么作用?

[英]what does the .restart smali keyword do?

What does this line in smali do? smali中的这一行是做什么的? I have been searching for the .restart thing on google and haven't been able to find any information about it. 我一直在谷歌搜索.restart的东西,但一直无法找到任何有关它的信息。

.restart local v3       #i:I

This is equivalent to the "DBG_RESTART_LOCAL" opcode in the debug_info item in the dex file. 这相当于dex文件中debug_info项中的“DBG_RESTART_LOCAL”操作码。

From http://s.android.com/tech/dalvik/dex-format.html : 来自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. 名称和类型与指定寄存器中的最后一个本地相同。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM