高中生

- 金币
- 648
- 好评
- 1
- 信誉
- 98
|
发表在
2026-1-31 13:30:31
来自手机
|
显示全部楼层
| 阅读模式
来自 黑龙江
public static class GameConf // TypeDefIndex: 15515
{
// Fields
public static string platform; // 0x0
public static string tagValues; // 0x8
public static GameBuildsTag buildsTag; // 0x10
public static bool debug; // 0x18
public static bool hideDebugUI; // 0x19
public static bool debugErrorWindow; // 0x1A
public static bool debugErrorMod; // 0x1B
public static bool gameOutNetCheck; // 0x1C
public static string gameOutNetCheckIP; // 0x20
public static string httpLogServerUrl; // 0x28
public static bool isThread; // 0x30
public static bool cacheIsCompress; // 0x31
public static bool cacheIsEncry; // 0x32
public static string cacheEncryPassword; // 0x38
public static bool modIsEncry; // 0x40
public static string modEncryPassword; // 0x48
public static bool soundsDebug; // 0x50
public static int buildCode; // 0x54
// Methods
// RVA: 0x34E1208 Offset: 0x34E1208 VA: 0x34E1208
public static int[] get_version() { }
// RVA: 0x34E12D8 Offset: 0x34E12D8 VA: 0x34E12D8
private static void .cctor() { }
}
public static bool debug; // 0x18
这个字段返回为1,但是这个类的方法名没有hook的方法名,这种情况下该咋办 |
|