Iced
by: iced project and contributors <https://github.com/icedland>
- 9 total downloads
- Latest version: 1.14.0
iced is a blazing fast and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#.
- ✔️Supports all Intel and AMD instructions
- ✔️Correct: All instructions are tested and iced has been tested against other disassemblers/assemblers (xed, gas, objdump, masm, dumpbin, nasm, ndisasm) and fuzzed
- ✔️100% C# code
- ✔️The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- ✔️The decoder is 2x+ faster than other similar libraries and doesn't allocate any memory
- ✔️Small decoded instructions, only 32 bytes
- ✔️Create instructions with code assembler, eg. `asm.mov(eax, edx)`
- ✔️The encoder can be used to re-encode decoded instructions at any address
- ✔️API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, control flow info, etc
- ✔️Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
- ✔️License: MIT
IKVM
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 8 total downloads
- Latest version: 8.6.4
Java SE 8 Virtual Machine for .NET
IKVM.Image
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 2 total downloads
- Latest version: 8.11.0-pre.1
IKVM Runtime Image
IKVM.MSBuild
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 8 total downloads
- Latest version: 8.9.0
IKVM MSBuild Targets
IKVM.MSBuild.Tools.runtime.linux-arm
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 3 total downloads
- Latest version: 8.6.4
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm64
by: Jeroen Frijters, Jerome Haltom
- 10 total downloads
- Latest version: 8.13.3
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-x64
by: Jeroen Frijters, Jerome Haltom
- 3 total downloads
- Latest version: 8.13.3
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 3 total downloads
- Latest version: 8.6.3-tags-8-6-3-pre-11.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 4 total downloads
- Latest version: 8.11.0-pre.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 11 total downloads
- Latest version: 8.10.3
IKVM MSBuild Tools
JWT
by: John Sheehan, Michael Lehenbauer, Alexander Batishchev
- 1 total downloads
- Latest version: 3.0.3
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
KRE-CLR-x86
by: Microsoft
- 3 total downloads
- Latest version: 1.0.0-beta1
The K Runtime Environment for Desktop CLR x86
LanguageExt.Core
by: Paul Louth
- 26 total downloads
- Latest version: 3.5.58-beta
This library uses and abuses the features of C# to provide a functional 'Base class library', that, if you squint, can look like extensions to the language itself.
libphonenumber-csharp
by: Patrick Mézard, Thomas Clegg, Jarrod Alexander, Google, libphonenumber contributors
- 105 total downloads
- Latest version: 9.0.16
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. https://github.com/google/libphonenumber
librdkafka.redist
by: Magnus Edenhill, edenhill
- 31 total downloads
- Latest version: 2.5.0-RC3
The Apache Kafka C/C++ client library - redistributable
Magick.NET-Q16-AnyCPU
by: Dirk Lemstra
- 35 total downloads
- Latest version: 14.8.1
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.
Magick.NET.Core
by: Dirk Lemstra
- 6 total downloads
- Latest version: 13.10.0
ImageMagick is a powerful image manipulation library that supports over 100 major file formats (not including sub-formats). With Magick.NET you can use ImageMagick without having to install ImageMagick on your server or desktop. Visit https://github.com/dlemstra/Magick.NET/tree/main/docs before installing to help you decide the best version.
MailKit
by: Jeffrey Stedfast
- 3 total downloads
- Latest version: 4.9.0
MailKit is an Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.
Features include:
* HTTP, Socks4, Socks4a and Socks5 proxy support.
* SASL Authentication via ANONYMOUS, CRAM-MD5, DIGEST-MD5, LOGIN, NTLM, OAUTHBEARER, PLAIN, SCRAM-SHA-1, SCRAM-SHA-256, SCRAM-SHA-512 and XOAUTH2.
* A fully-cancellable SmtpClient with support for STARTTLS, 8BITMIME, BINARYMIME, ENHANCEDSTATUSCODES, SIZE, DSN, PIPELINING and SMTPUTF8.
* A fully-cancellable Pop3Client with support for STLS, UIDL, APOP, PIPELINING, UTF8, and LANG.
* A fully-cancellable ImapClient with support for ACL, QUOTA, LITERAL+, IDLE, NAMESPACE, ID, CHILDREN, LOGINDISABLED, STARTTLS, MULTIAPPEND, UNSELECT, UIDPLUS, CONDSTORE, ESEARCH, SASL-IR, COMPRESS, WITHIN, ENABLE, QRESYNC, SORT, THREAD, ANNOTATE, LIST-EXTENDED, ESORT, METADATA / METADATA-SERVER, NOTIFY, FILTERS, LIST-STATUS, SORT=DISPLAY, SPECIAL-USE / CREATE-SPECIAL-USE, SEARCH=FUZZY, MOVE, UTF8=ACCEPT / UTF8=ONLY, LITERAL-, APPENDLIMIT, STATUS=SIZE, OBJECTID, REPLACE, SAVEDATE, XLIST, and X-GM-EXT1.
* Client-side sorting and threading of messages (the Ordinal Subject and the Jamie Zawinski threading algorithms are supported).
* Asynchronous versions of all methods that hit the network.
* S/MIME, OpenPGP, DKIM and ARC support via MimeKit.
* Microsoft TNEF support via MimeKit.
MessagePack
by: neuecc, aarnott
- 1 total downloads
- Latest version: 3.0.54-alpha
Extremely Fast MessagePack(MsgPack) Serializer for C# (.NET Framework, .NET 6, Unity, Xamarin).
Microsoft.ApplicationInsights
by: Microsoft
- 1 total downloads
- Latest version: 2.18.0
Application Insights Base API. This package provides core functionality for transmission of all Application Insights Telemetry Types and is a dependent package for all other Application Insights packages. Please install the platform specific package for the best experience. Privacy statement: https://go.microsoft.com/fwlink/?LinkId=512156