Smali字节格式

编程入门 行业动态 更新时间:2024-10-20 13:41:45
Smali字节格式 - “t”是什么意思?(Smali byte format- what does the “t” mean?)

我正在努力理解一些smali代码,我正在尝试理解变量声明。 代码是:

.field protected static final VARIABLE_NAME:B = 0x16t

我理解变量必须是一个字节,但之后“t”是什么意思?

谢谢!

I'm working on understanding some smali code and I'm trying to understand a variable declaration. The code is:

.field protected static final VARIABLE_NAME:B = 0x16t

I understand the variable must be a byte, but what does the "t" mean afterwards?

Thanks!

最满意答案

t是字节文字的后缀。

t - byte s - short l - long f - float d - double

t is the suffix for a byte literal.

t - byte s - short l - long f - float d - double

更多推荐

本文发布于:2023-04-29 11:46:00,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1336359.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:字节   格式   Smali

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!