Script: Allow script target API to be passed as argument
This commit is contained in:
@@ -271,7 +271,7 @@ namespace Il2CppInspector.CLI
|
||||
|
||||
// IDA Python script output
|
||||
using (new Benchmark("Generate IDAPython script")) {
|
||||
new IDAPythonScript(appModel).WriteScriptToFile(options.PythonOutFile,
|
||||
new IDAPythonScript(appModel).WriteScriptToFile(options.PythonOutFile, "IDA",
|
||||
Path.Combine(options.CppOutPath, "appdata/il2cpp-types.h"),
|
||||
options.JsonOutPath);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user