1624902321
Solid & Active Platinian
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 This field needs hook to return 1.
There is no method name optional hook in this class. What should I do in this case?
{
// 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 This field needs hook to return 1.
There is no method name optional hook in this class. What should I do in this case?