From af3aa4eed2ad4b602a3244f5a52414c027140ddc Mon Sep 17 00:00:00 2001 From: Katy Coe Date: Thu, 3 Sep 2020 07:11:23 +0200 Subject: [PATCH] Tests: TestRunner once again generates IDA Python script --- Il2CppTests/TestRunner.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Il2CppTests/TestRunner.cs b/Il2CppTests/TestRunner.cs index cbc9b99..ebcf03e 100644 --- a/Il2CppTests/TestRunner.cs +++ b/Il2CppTests/TestRunner.cs @@ -59,6 +59,11 @@ namespace Il2CppInspector new CppScaffolding(appModel) .Write(testPath + $@"\test-cpp-result{nameSuffix}"); + + new PythonScript(appModel) + .WriteScriptToFile(testPath + $@"\test-ida{nameSuffix}.py", "IDA", + testPath + $@"\test-cpp-result{nameSuffix}\appdata\il2cpp-types.h", + testPath + $@"\test-result{nameSuffix}.json"); } // Compare test results with expected results