读取指定地址的双精度浮点数 - ReadDouble
函数简介
读取指定地址的双精度浮点数,地址支持CE数据格式。
* [[[<module>+offset1]+offset2]+offset3]
* <Game.exe>+1234+8+4
* [<Game.exe>+1234]+8+4
* [ [<Game.exe>+1234]+8 ]+4
* <Game.exe>+1234
* [0x12345678]+10
接口名称
ReadDouble
DLL调用
double ReadDouble(long instance, long hwnd, string addr)
参数说明
参数名 | 类型 | 说明 |
---|---|---|
instance | 长整数型 | OLAPlug对象的指针,由 CreateCOLAPlugInterFace 接口生成。 |
hwnd | 长整数型 | 窗口句柄 |
addr | 字符串 | 地址,支持CE数据格式 |
示例
// 示例代码待补充
返回值
读取到的双精度浮点数