Grpc.Net.ClientFactory
by: The gRPC Authors
- 1 total downloads
- Latest version: 2.59.0
HttpClientFactory integration the for gRPC .NET client
Grpc.Net.Common
by: The gRPC Authors
- 2 total downloads
- Latest version: 2.71.0
Infrastructure for common functionality in gRPC
Grpc.Tools
by: Google Inc.
- 2 total downloads
- Latest version: 1.10.0-pre1
Precompiled protobuf compiler and gRPC protobuf compiler plugin for generating gRPC client/server C# code. Binaries are available for Windows, Linux and MacOS.
Handlebars.Net
by: Rex Morgan
- 1 total downloads
- Latest version: 1.6.6
Blistering-fast Handlebars.js templates in your .NET application.
HarfBuzzSharp
by: Microsoft
- 2 total downloads
- Latest version: 2.8.2.2
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.macOS
by: Microsoft
- 1 total downloads
- Latest version: 2.8.2-preview.178
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
HarfBuzzSharp.NativeAssets.Win32
by: Microsoft
- 1 total downloads
- Latest version: 7.3.0.2
HarfBuzzSharp is a cross-platform OpenType text shaping engine for .NET platforms.
Humanizer.Core.af
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.13.14
Humanizer Locale Afrikaans (af)
Humanizer.Core.az
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.10.1
Humanizer Locale Azerbaijani (az)
Humanizer.Core.bn-BD
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.14.1
Humanizer Locale Bangla (Bangladesh) (bn-BD)
Humanizer.Core.es
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.3.3
Humanizer Locale (es)
Humanizer.Core.fi-FI
by: Mehdi Khalili, Oren Novotny
- 1 total downloads
- Latest version: 2.3.3
Humanizer Locale (fi-FI)
Humanizer.Core.ja
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.96
Humanizer Locale Japanese (ja)
Humanizer.Core.lb
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.0-rc.29
Humanizer Locale Luxembourgish (lb)
Humanizer.Core.ms-MY
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.2
Humanizer Locale Malay (Malaysia) (ms-MY)
Humanizer.Core.ro
by: Mehdi Khalili, Claire Novotny
- 2 total downloads
- Latest version: 2.9.9
Humanizer Locale Romanian (ro)
Humanizer.Core.sk
by: Claire Novotny, Mehdi Khalili
- 1 total downloads
- Latest version: 3.0.0-rc.30
Humanizer Locale Slovak (sk)
Humanizer.Core.sr
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 3.0.0-beta.13
Humanizer Locale Serbian (sr)
Humanizer.Core.uk
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.9.7
Humanizer Locale Ukrainian (uk)
Iced
by: 0xd4d
- 1 total downloads
- Latest version: 1.5.0
High performance x86 (16/32/64-bit) instruction decoder, disassembler and assembler.
It can be used for static analysis of x86/x64 binaries, to rewrite code (eg. remove garbage instructions), to relocate code or as a disassembler.
- Supports all Intel and AMD instructions
- High level Assembler providing a simple and lean syntax (e.g `asm.mov(eax, edx)`))
- Decoding and disassembler support:
- The decoder doesn't allocate any memory and is 2x-5x+ faster than other similar libraries written in C or C#
- Small decoded instructions, only 32 bytes
- The formatter supports masm, nasm, gas (AT&T), Intel (XED) and there are many options to customize the output
- Encoding support:
- The encoder can be used to re-encode decoded instructions at any address
- The block encoder encodes a list of instructions and optimizes branches to short, near or 'long' (64-bit: 1 or more instructions)
- API to get instruction info, eg. read/written registers, memory and rflags bits; CPUID feature flag, flow control info, etc
- All instructions are tested (decode, encode, format, instruction info)
- Supports `.NET Standard 2.0/2.1+` and `.NET Framework 4.5+`
License: MIT