-
Notifications
You must be signed in to change notification settings - Fork 54
/
mhypbase.ini
91 lines (73 loc) · 3.72 KB
/
mhypbase.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
[Basic]
;;;;;; enable console logger.
EnableConsole = false
[Value]
;;;;;; replace your rsa public key, the default one is from grasscutter.
;;;;;; this key is used to encrypt your account password, and verify the signature of the dispatched data.
RSAPublicKey = <RSAKeyValue><Modulus>xbbx2m1feHyrQ7jP+8mtDF/pyYLrJWKWAdEv3wZrOtjOZzeLGPzsmkcgncgoRhX4dT+1itSMR9j9m0/OwsH2UoF6U32LxCOQWQD1AMgIZjAkJeJvFTrtn8fMQ1701CkbaLTVIjRMlTw8kNXvNA/A9UatoiDmi4TFG6mrxTKZpIcTInvPEpkK2A7Qsp1E4skFK8jmysy7uRhMaYHtPTsBvxP0zn3lhKB3W+HTqpneewXWHjCDfL7Nbby91jbz5EKPZXWLuhXIvR1Cu4tiruorwXJxmXaP1HQZonytECNU/UOzP6GNLdq0eFDE4b04Wjp396551G99YiFP2nqHVJ5OMQ==</Modulus><Exponent>AQAB</Exponent></RSAKeyValue>
;;;;;; it's not recommended to overwrite the private key, unless you know what you are doing.
;;;;;; if you want to use another rsa private key, uncomment the following line and replace it with your own.
; RSAPrivateKey =
[Offset]
;;;;;; client version is automatically detected by default.
;;;;;; or, you can specify the version manually.
; ClientVersion = Offset
;;;;;; if you manually specify the client version, you alse need to specify the offsets manually.
; il2cpp_string_new = 0x0
; System__Text__EncodingHelper_GetDefaultEncoding = 0x0
; System__Text__Encoding_GetBytes = 0x0
; MiHoYo__SDK__SDKUtil_RSAEncrypt = 0x0
; MoleMole__RSAUtil_GetRSAPublicKey = 0x0
; MoleMole__RSAUtil_GetRSAPrivateKey = 0x0
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;;;;;; unless you know what you are doing, don't change the following values.
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
[MD5ClientVersion]
a1db328df8d382d2c5cdb350947f53e1 = OSRELWin3.2.0
639903877207463f8c6b08a73235c14e = CNRELWin3.2.0
7640df29c451b40215a1fc50993d87aa = OSCBWin3.2.50
3c2d5b43477a8e59d97eb39a73826a20 = OSCBWin3.2.51
ec5b1355a9232d6de15655ea02626414 = OSCBWin3.2.52
88995f3ae431a88dc7d0176addeba816 = OSCBWin3.2.53
[OSRELWin3.2.0]
il2cpp_string_new = 0x027D31D0
System__Text__EncodingHelper_GetDefaultEncoding = 0x08E3AE50
System__Text__Encoding_GetBytes = 0x08F706E0
MiHoYo__SDK__SDKUtil_RSAEncrypt = 0x09448080
MoleMole__RSAUtil_GetRSAPublicKey = 0x05C00F50
MoleMole__RSAUtil_GetRSAPrivateKey = 0x05BFF4A0
[CNRELWin3.2.0]
il2cpp_string_new = 0x027CA270
System__Text__EncodingHelper_GetDefaultEncoding = 0x08F23CA0
System__Text__Encoding_GetBytes = 0x0905A330
MiHoYo__SDK__SDKUtil_RSAEncrypt = 0x09539E70
MoleMole__RSAUtil_GetRSAPublicKey = 0x05CBE500
MoleMole__RSAUtil_GetRSAPrivateKey = 0x05CBC9F0
[OSCBWin3.2.50]
il2cpp_string_new = 0x028C25F0
System__Text__EncodingHelper_GetDefaultEncoding = 0x0887C690
System__Text__Encoding_GetBytes = 0x089AA5F0
MiHoYo__SDK__SDKUtil_RSAEncrypt = 0x08E3D120
MoleMole__RSAUtil_GetRSAPublicKey = 0x047AB7B0
MoleMole__RSAUtil_GetRSAPrivateKey = 0x047AC100
[OSCBWin3.2.51]
il2cpp_string_new = 0x028BF150
System__Text__EncodingHelper_GetDefaultEncoding = 0x088AF420
System__Text__Encoding_GetBytes = 0x089DD1E0
MiHoYo__SDK__SDKUtil_RSAEncrypt = 0x08E6F2C0
MoleMole__RSAUtil_GetRSAPublicKey = 0x0474E4F0
MoleMole__RSAUtil_GetRSAPrivateKey = 0x0474EE40
[OSCBWin3.2.52]
il2cpp_string_new = 0x028C10A0
System__Text__EncodingHelper_GetDefaultEncoding = 0x0894D030
System__Text__Encoding_GetBytes = 0x08A7CAA0
MiHoYo__SDK__SDKUtil_RSAEncrypt = 0x08F1BA60
MoleMole__RSAUtil_GetRSAPublicKey = 0x04683200
MoleMole__RSAUtil_GetRSAPrivateKey = 0x04683B70
[OSCBWin3.2.53]
il2cpp_string_new = 0x028BBF30
System__Text__EncodingHelper_GetDefaultEncoding = 0x08857250
System__Text__Encoding_GetBytes = 0x08985630
MiHoYo__SDK__SDKUtil_RSAEncrypt = 0x08DF2860
MoleMole__RSAUtil_GetRSAPublicKey = 0x04648A50
MoleMole__RSAUtil_GetRSAPrivateKey = 0x046493A0