Skip to content

ScriptEngine.ExecuteFile throws FormatException #137

@Metalnem

Description

@Metalnem

ScriptEngine.ExecuteFile throws a FormatException when running the script from the attached archive. You can run the following code to reproduce it (the path variable should contain the path to the extracted file):

var engine = new ScriptEngine();
engine.ExecuteFile(path);

Found via SharpFuzz.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions