Closed FuzzySecurity closed 4 years ago
I had some time and did a bit of investigating, I looked at "NAME NOT FOUND" events in procmon and I saw that the process looks for "frida.dll" in the release folder at runtime.
However VS copies the resource with it's original name (csproj) to the build folder, eg "frida-clr-12.9.4-windows-x86_64.dll", once I changed this, the test-case runs fine.
I would have thought that the build would take care of this name resolution. Anyway, maybe Frida can publish a nuget package, I think people would really like that and it would simplify the development process.
Feel free to tag this as a feature request or close the issue.
I wanted to create a small C# utility but I'm getting a file not found exception at runtime. I grabbed the latest x64 clr release from Github and added it as a reference in my project.
Environment: Win10 x64, .NET 4.0, frida 12.9.4, build-arch x64
Repro test-case:
Compile:
Runtime:
Am I missing a dependency here?