diff --git a/Il2CppTests/TestRunner.cs b/Il2CppTests/TestRunner.cs index 225d8aa..4360898 100644 --- a/Il2CppTests/TestRunner.cs +++ b/Il2CppTests/TestRunner.cs @@ -55,6 +55,9 @@ namespace Il2CppInspector new IDAPythonScript(model) .WriteScriptToFile(testPath + $@"\test-ida-result{nameSuffix}.py"); + + new CppScaffolding(model) + .WriteCppToFile(testPath + $@"\test-result{nameSuffix}.h"); } // Compare test result with expected result