Iced by: 0xd4d
  • 5 total downloads
  • Latest version: 1.9.0
  • disassembler x86 x64 assembler encoder decoder formatter
Iced is a high performance and correct x86 (16/32/64-bit) instruction decoder, disassembler and assembler written in C#. 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 - ✔️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 - ✔️High level Assembler providing a simple and lean syntax (e.g `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, flow control 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
  • 2 total downloads
  • Latest version: 8.2.0-prerelease1515
Java SE 8 Virtual Machine for .NET
IKVM.ByteCode by: Jerome Haltom
  • 1 total downloads
  • Latest version: 9.3.3
Library for reading Java class files.
IKVM.Image by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 5 total downloads
  • Latest version: 8.9.0
IKVM Runtime Image
IKVM.MSBuild by: Jeroen Frijters, Jerome Haltom
  • 10 total downloads
  • Latest version: 8.15.0
IKVM MSBuild Targets
IKVM.MSBuild.Tools by: Jeroen Frijters, Jerome Haltom
  • 8 total downloads
  • Latest version: 8.13.3
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm by: Jeroen Frijters, Jerome Haltom
  • 1 total downloads
  • Latest version: 8.11.0-pre.4
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-arm64 by: Jeroen Frijters, Jerome Haltom
  • 6 total downloads
  • Latest version: 8.13.2
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.linux-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 10 total downloads
  • Latest version: 8.11.0-pre.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-arm64 by: Jeroen Frijters, Jerome Haltom
  • 2 total downloads
  • Latest version: 8.12.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.osx-x64 by: Jeroen Frijters, Jerome Haltom
  • 2 total downloads
  • Latest version: 8.15.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-arm64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 5 total downloads
  • Latest version: 8.10.0
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 2 total downloads
  • Latest version: 8.9.1
IKVM MSBuild Tools
IKVM.MSBuild.Tools.runtime.win7-x64 by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
  • 1 total downloads
  • Latest version: 8.4.5
IKVM MSBuild Tools
Irony by: Roman Ivantsov
  • 1 total downloads
  • Latest version: 0.9.1
  • irony ast grammar bnf
Irony is a development kit for implementing languages on .NET platform. In Irony the target language grammar is coded directly in c# using operator overloading to express grammar constructs. Irony's scanner and parser modules use the grammar encoded as c# class to control the parsing process.
JetBrains.Annotations by: JetBrains
  • 4 total downloads
  • Latest version: 2024.2.0-eap1
  • jetbrains resharper rider annotations canbenull notnull
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.
jQuery by: jQuery Foundation, Inc.
  • 6 total downloads
  • Latest version: 3.7.0
  • jQuery
jQuery is a new kind of JavaScript Library. jQuery is a fast and concise JavaScript Library that simplifies HTML document traversing, event handling, animating, and Ajax interactions for rapid web development. jQuery is designed to change the way that you write JavaScript. NOTE: This package is maintained on behalf of the library owners by the NuGet Community Packages project at http://nugetpackages.codeplex.com/
JustEat.StatsD by: JUSTEAT_OSS
  • 1 total downloads
  • Latest version: 5.0.1
  • statsd,graphite,metrics,monitoring
A .NET library for publishing metrics to StatsD.
JWT by: Alexander Batishchev, John Sheehan, Michael Lehenbauer
  • 4 total downloads
  • Latest version: 8.2.0
  • jwt json
Jwt.Net, a JWT (JSON Web Token) implementation for .NET
K4os.Hash.xxHash by: Milosz Krajewski
  • 1 total downloads
  • Latest version: 1.0.5
  • hash xxHash
xxHash hash implementation for .NET