Humanizer.Core.da
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.8.25
Humanizer Locale Danish (da)
Humanizer.Core.de
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.11.10
Humanizer Locale German (de)
Humanizer.Core.fa
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.8.26
Humanizer Locale Persian (fa)
Humanizer.Core.fil-PH
by: Mehdi Khalili, Claire Novotny
- 2 total downloads
- Latest version: 2.8.11
Humanizer Locale Filipino (Philippines) (fil-PH)
Humanizer.Core.hr
by: Mehdi Khalili, Claire Novotny
- 7 total downloads
- Latest version: 2.14.1
Humanizer Locale Croatian (hr)
Humanizer.Core.hu
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.8.26
Humanizer Locale Hungarian (hu)
Humanizer.Core.ja
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.14.1
Humanizer Locale Japanese (ja)
Humanizer.Core.ku
by: Mehdi Khalili, Claire Novotny
- 3 total downloads
- Latest version: 2.14.1
Humanizer Locale Central Kurdish (ku)
Humanizer.Core.lv
by: Mehdi Khalili, Claire Novotny
- 1 total downloads
- Latest version: 2.8.11
Humanizer Locale Latvian (lv)
Humanizer.Core.ms-MY
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.14.1
Humanizer Locale Malay (Malaysia) (ms-MY)
Humanizer.Core.sr
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.9.7
Humanizer Locale Serbian (sr)
Humanizer.Core.sr-Latn
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.9.7
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.uk
by: Mehdi Khalili, Claire Novotny
- 0 total downloads
- Latest version: 2.8.2
Humanizer Locale Ukrainian (uk)
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: 2.8.11
Humanizer Locale Chinese (zh-Hans)
Iced
by: iced project and contributors <https://github.com/icedland>
- 1 total downloads
- Latest version: 1.17.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.Image
by: Jeroen Frijters, Windward Studios, Jerome Haltom, Shad Storhaug
- 37 total downloads
- Latest version: 8.11.0-pre.2
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.