博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
hearthbuddy中的Class276
阅读量:5302 次
发布时间:2019-06-14

本文共 3135 字,大约阅读时间需要 10 分钟。

构造函数

需要注意的是this.intptr_0 = this.method_18("mono.dll");

所以,这个类里面的操作,最后是和mono.dll相关的

internal Class276(ExternalProcessMemory memory)        {            this.externalProcessMemory_0 = memory;            this.intptr_0 = this.method_18("mono.dll");            this.intptr_31 = this.intptr_0 + 522030;            this.intptr_28 = this.intptr_0 + 91559;            this.intptr_13 = this.intptr_0 + 226176;            this.intptr_16 = this.intptr_0 + 91615;            this.intptr_6 = this.intptr_0 + 78677;            this.intptr_1 = this.intptr_0 + 102855;            this.intptr_15 = this.intptr_0 + 230512;            this.intptr_14 = this.intptr_0 + 224970;            this.intptr_7 = this.intptr_0 + 73617;            this.intptr_19 = this.intptr_0 + 120353;            this.intptr_29 = this.intptr_0 + 162866;            this.intptr_17 = this.intptr_0 + 525190;            this.intptr_25 = this.intptr_0 + 389455;            this.intptr_24 = this.intptr_0 + 385464;            this.intptr_32 = this.intptr_0 + 389677;            this.intptr_34 = this.intptr_0 + 384279;            this.intptr_36 = this.intptr_0 + 382675;            this.intptr_35 = this.intptr_0 + 91327;            this.intptr_23 = this.intptr_0 + 428289;            this.intptr_33 = this.intptr_0 + 378912;            this.intptr_27 = this.intptr_0 + 515937;            this.intptr_12 = this.intptr_0 + 176417;            this.intptr_10 = this.intptr_0 + 176976;            this.intptr_4 = this.intptr_0 + 77237;            this.intptr_8 = this.intptr_0 + 107261;            this.intptr_21 = this.intptr_0 + 231261;            this.intptr_18 = this.intptr_0 + 522401;            this.intptr_5 = this.intptr_0 + 733279;            this.intptr_30 = this.intptr_0 + 91701;            this.intptr_2 = this.intptr_0 + 733427;            this.intptr_9 = this.intptr_0 + 162872;            this.intptr_3 = this.intptr_0 + 91604;            this.intptr_26 = this.intptr_0 + 383139;            this.intptr_22 = this.intptr_0 + 385556;            this.intptr_20 = this.intptr_0 + 91570;            this.intptr_11 = this.intptr_0 + 401933;            this.method_15
("boolean"); this.method_15
("object"); this.method_15
("sbyte"); this.method_15
("byte"); this.method_15
("int16"); this.method_15
("uint16"); this.method_15
("int32"); this.method_15
("uint32"); this.method_15
("int64"); this.method_15
("uint64"); this.method_15
("single"); this.method_15
("double"); this.method_15
("char"); this.method_15
("string"); this.method_15
("enum"); }

this.intptr_0 = this.method_18("mono.dll");

+ intptr_0 0x10000000 System.IntPtr

 

this.intptr_28 = this.intptr_0 + 91559;

+ intptr_28 0x100165A7 System.IntPtr   和intptr_0相比,相差0x165A7,也就是‭91559‬

 

this.intptr_19 = this.intptr_0 + 120353;

+ intptr_19 0x1001D621 System.IntPtr  和intptr_0相比,相差0x‭‭1D621‬,也就是120353‬

 

this.intptr_21 = this.intptr_0 + 231261;

+ intptr_21 0x1003875D System.IntPtr  和intptr_0相比,相差0x3875D,也就是231261

 

转载于:https://www.cnblogs.com/chucklu/p/11183714.html

你可能感兴趣的文章
在16aspx.com上下了一个简单商品房销售系统源码,怎么修改它的默认登录名和密码...
查看>>
c++回调函数
查看>>
linux下Rtree的安装
查看>>
【Java】 剑指offer(53-2) 0到n-1中缺失的数字
查看>>
Delphi中ListView类的用法
查看>>
多米诺骨牌
查看>>
Linq 学习(1) Group & Join--网摘
查看>>
asp.net 调用前台JS调用后台,后台掉前台JS
查看>>
Attribute(特性)与AOP
查看>>
苹果手表:大方向和谷歌一样,硬件分道扬镳
查看>>
Competing Consumers Pattern (竞争消费者模式)
查看>>
Android面试收集录15 Android Bitmap压缩策略
查看>>
PHP魔术方法之__call与__callStatic方法
查看>>
ubuntu 安装后的配置
查看>>
web前端之路,js的一些好书(摘自聂微东 )
查看>>
【模板】对拍程序
查看>>
【转】redo与undo
查看>>
解决升级系统导致的 curl: (48) An unknown option was passed in to libcurl
查看>>
Java Session 介绍;
查看>>
spoj TBATTLE 质因数分解+二分
查看>>