Engine.Execute terminates the process by throwing a StackOverflowException when executing script from the attached archive (even with recursion limit). You can run the following code to reproduce it (the path variable should contain the path to the extracted file):
var text = File.ReadAllText(path);
new Engine(options => options.LimitRecursion(1)).Execute(text);
Found via SharpFuzz.
Engine.Execute terminates the process by throwing a StackOverflowException when executing script from the attached archive (even with recursion limit). You can run the following code to reproduce it (the path variable should contain the path to the extracted file):
Found via SharpFuzz.