Humanizer.Core.zh-CN
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.11
Humanizer Locale Chinese (China) (zh-CN)
Humanizer.Core.zh-Hans
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 3.0.0-beta.54
Humanizer Locale Chinese (zh-Hans)
Iced
by: 0xd4d
- 1 total downloads
- Latest version: 1.3.0
High performance x86 (16/32/64-bit) instruction decoder, encoder and formatter.
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
- 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 and gas (AT&T) and there are many options to customize the output
- 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)
License: MIT
IKVM
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.2.2-prerelease0241
Java SE 8 Virtual Machine for .NET
IKVM.ByteCode
by: Jerome Haltom
- 11 total downloads
- Latest version: 9.3.2
Library for reading Java class files.
IKVM.Image
by: Jeroen Frijters, Jerome Haltom
- 40 total downloads
- Latest version: 8.11.1
IKVM Runtime Image
IKVM.Image.runtime.linux-arm
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.12.0
IKVM Runtime Image
IKVM.Image.runtime.linux-arm64
by: Jeroen Frijters, Jerome Haltom
- 2 total downloads
- Latest version: 8.12.0
IKVM Runtime Image
IKVM.Image.runtime.linux-musl-arm
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.12.0
IKVM Runtime Image
IKVM.Image.runtime.linux-musl-arm64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.12.0
IKVM Runtime Image
IKVM.Image.runtime.linux-musl-x64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.9.0
IKVM Runtime Image
IKVM.Image.runtime.osx-arm64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.12.0
IKVM Runtime Image
IKVM.Image.runtime.win-arm64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.12.0
IKVM Runtime Image
IKVM.Image.runtime.win-x86
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.10.0
IKVM Runtime Image
IKVM.MSBuild.Tools.runtime.linux-arm64
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 1 total downloads
- Latest version: 8.7.2
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64
by: Jeroen Frijters, Jerome Haltom
- 1 total downloads
- Latest version: 8.11.0-pre.4
IKVM MSBuild Tools
JetBrains.Annotations
by: JetBrains
- 0 total downloads
- Latest version: 2024.2.0
JetBrains.Annotations help reduce false positive warnings, explicitly declare purity and nullability in your code, deal with implicit usages of members, support special semantics of APIs in ASP.NET and XAML frameworks and otherwise increase accuracy of JetBrains Rider and ReSharper code inspections.
All usages of JetBrains.Annotations attributes are erased from metadata by default, which means no actual binary reference to 'JetBrains.Annotations.dll' assembly is produced. If you need to preserve these attributes in metadata, just define 'JETBRAINS_ANNOTATIONS' conditional compilation symbol in your projects.
LanguageExt.Core
by: Paul Louth
- 3 total downloads
- Latest version: 5.0.0-beta-54
This framework 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, Tom Clegg, Jarrod Alexander, Google, libphonenumber contributors
- 1 total downloads
- Latest version: 8.12.17
C# port of Google's common Java, C++ and Javascript library for parsing, formatting, storing and validating international phone numbers. http://code.google.com/p/libphonenumber/
log4net
by: The Apache Software Foundation
- 0 total downloads
- Latest version: 3.0.5-preview.2
log4net is a tool to help the programmer output log statements to a variety of output targets.
In case of problems with an application, it is helpful to enable logging so that the problem
can be located. With log4net it is possible to enable logging at runtime without modifying the
application binary. The log4net package is designed so that log statements can remain in
shipped code without incurring a high performance cost. It follows that the speed of logging
(or rather not logging) is crucial.
At the same time, log output can be so voluminous that it quickly becomes overwhelming.
One of the distinctive features of log4net is the notion of hierarchical loggers.
Using these loggers it is possible to selectively control which log statements are output
at arbitrary granularity.
log4net is designed with two distinct goals in mind: speed and flexibility