shargen.dll error
When running shargen.dll I get: C:\Users\PC\SharpGen\bin\Release\netcoreapp2.1>SharpGen.dll
Unhandled Exception: System.IO.FileNotFoundException: Could not load file or assembly 'System.Runtime, Version=4.2.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a' or one of its dependencies. The system cannot find the file specified.
My attacking machine and my target use Net 4.0.3019, not sure why I am getting this
Hi @jmaravi , SharpGen is written for dotnet core, and you'll have to use the dotnet core CLI to execute it. You don't execute the SharpGen.dll directly by itself.
It should look something like this:
PS C:\Users\PC\SharpGen > dotnet ./bin/Release/netcoreapp2.1/SharpGen.dll <insert arguments>