@@ -5,15 +5,15 @@ namespace Il2CppDumper
5
5
public class Il2CppCodeRegistration
6
6
{
7
7
[ Version ( Max = 24.1 ) ]
8
- public long methodPointersCount ;
8
+ public ulong methodPointersCount ;
9
9
[ Version ( Max = 24.1 ) ]
10
10
public ulong methodPointers ;
11
11
[ Version ( Max = 21 ) ]
12
12
public ulong delegateWrappersFromNativeToManagedCount ;
13
13
[ Version ( Max = 21 ) ]
14
14
public ulong delegateWrappersFromNativeToManaged ; // note the double indirection to handle different calling conventions
15
15
[ Version ( Min = 22 ) ]
16
- public long reversePInvokeWrapperCount ;
16
+ public ulong reversePInvokeWrapperCount ;
17
17
[ Version ( Min = 22 ) ]
18
18
public ulong reversePInvokeWrappers ;
19
19
[ Version ( Max = 22 ) ]
@@ -28,23 +28,23 @@ public class Il2CppCodeRegistration
28
28
public ulong ccwMarshalingFunctionsCount ;
29
29
[ Version ( Min = 21 , Max = 22 ) ]
30
30
public ulong ccwMarshalingFunctions ;
31
- public long genericMethodPointersCount ;
31
+ public ulong genericMethodPointersCount ;
32
32
public ulong genericMethodPointers ;
33
33
[ Version ( Min = 24.5 , Max = 24.5 ) ]
34
34
[ Version ( Min = 27.1 ) ]
35
35
public ulong genericAdjustorThunks ;
36
- public long invokerPointersCount ;
36
+ public ulong invokerPointersCount ;
37
37
public ulong invokerPointers ;
38
38
[ Version ( Max = 24.5 ) ]
39
- public long customAttributeCount ;
39
+ public ulong customAttributeCount ;
40
40
[ Version ( Max = 24.5 ) ]
41
41
public ulong customAttributeGenerators ;
42
42
[ Version ( Min = 21 , Max = 22 ) ]
43
- public long guidCount ;
43
+ public ulong guidCount ;
44
44
[ Version ( Min = 21 , Max = 22 ) ]
45
45
public ulong guids ; // Il2CppGuid
46
46
[ Version ( Min = 22 ) ]
47
- public long unresolvedVirtualCallCount ; //29.1 unresolvedIndirectCallCount;
47
+ public ulong unresolvedVirtualCallCount ; //29.1 unresolvedIndirectCallCount;
48
48
[ Version ( Min = 22 ) ]
49
49
public ulong unresolvedVirtualCallPointers ;
50
50
[ Version ( Min = 29.1 ) ]
@@ -60,7 +60,7 @@ public class Il2CppCodeRegistration
60
60
[ Version ( Min = 24.3 ) ]
61
61
public ulong windowsRuntimeFactoryTable ;
62
62
[ Version ( Min = 24.2 ) ]
63
- public long codeGenModulesCount ;
63
+ public ulong codeGenModulesCount ;
64
64
[ Version ( Min = 24.2 ) ]
65
65
public ulong codeGenModules ;
66
66
}
0 commit comments