diff --git a/Il2CppInspector.Common/Properties/Resources.Designer.cs b/Il2CppInspector.Common/Properties/Resources.Designer.cs index 74645a2..9dd3f4f 100644 --- a/Il2CppInspector.Common/Properties/Resources.Designer.cs +++ b/Il2CppInspector.Common/Properties/Resources.Designer.cs @@ -166,8 +166,7 @@ namespace Il2CppInspector.Properties { /// ///// Application-specific functions ///#define DO_APP_FUNC(a, r, n, p) extern r (*n) p - ///namespace app { - /// #include "il2cpp-functions [rest of string was truncated]";. + ///#define DO_APP_FUNC_METHODINFO(a, n) extern [rest of string was truncated]";. /// internal static string Cpp_Il2CppAppDataH { get { @@ -192,13 +191,11 @@ namespace Il2CppInspector.Properties { /// ///// Application-specific functions ///#define DO_APP_FUNC(a, r, n, p) r (*n) p + ///#define DO_APP_FUNC_METHODINFO(a, n) struct MethodInfo ** n ///namespace app { ///#include "il2cpp-functions.h" ///} - ///#undef DO_APP_FUNC - /// - ///// TypeInfo pointers - ///#define DO_TYPEDEF(a, n [rest of string was truncated]";. + ///#und [rest of string was truncated]";. /// internal static string Cpp_Il2CppInitCpp { get { @@ -309,7 +306,8 @@ namespace Il2CppInspector.Properties { /// <Filter>framework</Filter> /// </ClCompile> /// <ClCompile Include="framework\il2cpp-init.cpp"> - /// <Filter>framework< [rest of string was truncated]";. + /// <Filter>framework</Filter> + /// [rest of string was truncated]";. /// internal static string CppProjFilters { get { @@ -329,7 +327,7 @@ namespace Il2CppInspector.Properties { /// <Configuration>Release</Configuration> /// <Platform>Win32</Platform> /// </ProjectConfiguration> - /// <ProjectCon [rest of string was truncated]";. + /// <ProjectConfiguration [rest of string was truncated]";. /// internal static string CppProjTemplate { get { @@ -351,7 +349,7 @@ namespace Il2CppInspector.Properties { /// Release|x64 = Release|x64 /// Release|x86 = Release|x86 /// EndGlobalSection - /// GlobalSection(ProjectConfig [rest of string was truncated]";. + /// GlobalSection(ProjectConfigurationPlatfo [rest of string was truncated]";. /// internal static string CppSlnTemplate { get { diff --git a/Il2CppInspector.Common/Properties/Resources.resx b/Il2CppInspector.Common/Properties/Resources.resx index e41e37c..755c92f 100644 --- a/Il2CppInspector.Common/Properties/Resources.resx +++ b/Il2CppInspector.Common/Properties/Resources.resx @@ -1187,7 +1187,7 @@ EndGlobal // Application-specific functions #define DO_APP_FUNC(a, r, n, p) extern r (*n) p -#define DO_APP_FUNC_METHODINFO(a, n) extern struct MethodInfo * n +#define DO_APP_FUNC_METHODINFO(a, n) extern struct MethodInfo ** n namespace app { #include "il2cpp-functions.h" } @@ -1218,7 +1218,7 @@ namespace app { // Application-specific functions #define DO_APP_FUNC(a, r, n, p) r (*n) p -#define DO_APP_FUNC_METHODINFO(a, n) struct MethodInfo * n +#define DO_APP_FUNC_METHODINFO(a, n) struct MethodInfo ** n namespace app { #include "il2cpp-functions.h" } @@ -1247,7 +1247,7 @@ void init_il2cpp() // Define function addresses #define DO_APP_FUNC(a, r, n, p) n = (r (*) p)(baseAddress + a) - #define DO_APP_FUNC_METHODINFO(a, n) n = (struct MethodInfo *)(baseAddress + a) + #define DO_APP_FUNC_METHODINFO(a, n) n = (struct MethodInfo **)(baseAddress + a) #include "il2cpp-functions.h" #undef DO_APP_FUNC #undef DO_APP_FUNC_METHODINFO