justinstenning / SharpDisasm

SharpDisasm - x86 / x86-64 disassembler for .NET
https://www.nuget.org/packages/SharpDisasm
Other
212 stars 39 forks source link

Add .NET Standard as Target #12

Closed zcanann closed 6 years ago

zcanann commented 6 years ago

I'm porting over my memory editor to .NET Standard, and noticed this library is only available as .NET Framework.

As a quick/dirty fix I created a package here: https://www.nuget.org/packages/SharpDisasmStandard/ which is just a fork that targets only .NET standard.

zcanann commented 6 years ago

Awesome, I'll unlist the package I put up