You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So I made a test application and the tool there runs well, but in my main application I want to use the tool (its a .Net Framework program, maybe thats the problem?) and I get this message: "Could not resolve CoreCLR path. For more details, enable tracing by setting COREHOST_TRACE environment variable to 1" and the program stops here. How can I solve this issue?
Thank you for your help!
The text was updated successfully, but these errors were encountered:
Everyone is moving to .NET Core these days. But the migration can be slow, and there are many libraries that might never be ported to .NET Core. With libFuzzer and Windows support, SharpFuzz can now fuzz .NET Framework libraries, too! I didn’t have to do anything special to enable this feature, though: SharpFuzz has been targeting .NET Standard since the beginning. The only thing needed to support .NET Framework was the fuzzing engine that could run on Windows, and as you know from the previous section, libFuzzer satisfies that requirement.
Are you using libfuzzer natively on Windows for SharpFuzz ? It should work with .Net Framework then.
Hi!
So I made a test application and the tool there runs well, but in my main application I want to use the tool (its a .Net Framework program, maybe thats the problem?) and I get this message: "Could not resolve CoreCLR path. For more details, enable tracing by setting COREHOST_TRACE environment variable to 1" and the program stops here. How can I solve this issue?
Thank you for your help!
The text was updated successfully, but these errors were encountered: