学习计划

分配内存

Memory.allocAnsiString()
Memory.allocUtf8String()
Memory.allocUtf16String()

读取内存

.readCString(len)
.readAnsiString()
.readUtf8String()
.readUtf16String()

读取数字

{}.readInt()
{}.readUInt()
{}.readShort()
{}.readFloat()
{}.readDouble()
{}.readLong()
{}.readULong()
{}.readUShort()

Objection

安装

pip install objection

启动

objection -g 包名 explore
objection -N -h IP地址 -p 端口号 -g 包名 explore

常用命令