dnlib icon indicating copy to clipboard operation
dnlib copied to clipboard

Support .NET Core / .NET assembly resolving

Open wwh1004 opened this issue 3 years ago • 3 comments

Feature list:

  1. New assembly resolver: resolve .NET Core / .NET built-in libraries and '*.deps.json'.
  2. Handle type forwarding in Importer: e.g. for 'netstandard.dll', use netstandard assembly ref not the assembly which really define the type.

Can I send a PR? I can do it when I have time.

wwh1004 avatar Jan 24 '22 04:01 wwh1004

Can we migrate code from dnSpy?

CreateAndInject avatar Mar 18 '23 06:03 CreateAndInject

Can we migrate code from dnSpy?

dnSpy is licensed under GPLv3 and dnlib is licensed under MIT. GPLv3 is more restrictive license then MIT. Only way would be to get permission from all contributors to that part of code in dnSpy to allow relicensing as MIT.

ElektroKill avatar Mar 18 '23 12:03 ElektroKill

@wtfsck @wwh1004 This one should be marked as v4

CreateAndInject avatar Jul 09 '23 20:07 CreateAndInject