sharpfuzz icon indicating copy to clipboard operation
sharpfuzz copied to clipboard

Could not resolve CoreCLR path.

Open steamerg opened this issue 1 year ago • 1 comments

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!

steamerg avatar Dec 09 '24 12:12 steamerg

Quoting from one of the articles:

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.

mschessler avatar Jan 02 '25 15:01 mschessler