Hopper 反汇编程序 iOS 文件中的十六进制含义
Hexadecimal Meaning in Hopper Disassembler iOS Files
当打开某些IOS文件如内核(可以适用于其他情况,只需指定这个)在程序(通常是Hopper Disassembler)的左侧出现一个十六进制值列表。
这些值对 IOS 内核到底意味着什么?如果有人能简单地解释一下那就太好了!谢谢
来自文档:
The first column (blue numbers) represents the addresses of the instructions. In front of each of them, the instruction, and its operands (or arguments).
像这里的 iOS 12.1.3(beta 4) 内核:
子程序 sub_fffffff0070750e
从指令 mov
开始,地址为 fffffff00707505e.
当打开某些IOS文件如内核(可以适用于其他情况,只需指定这个)在程序(通常是Hopper Disassembler)的左侧出现一个十六进制值列表。 这些值对 IOS 内核到底意味着什么?如果有人能简单地解释一下那就太好了!谢谢
来自文档:
The first column (blue numbers) represents the addresses of the instructions. In front of each of them, the instruction, and its operands (or arguments).
像这里的 iOS 12.1.3(beta 4) 内核:
sub_fffffff0070750e
从指令 mov
开始,地址为 fffffff00707505e.