Humanizer.Core.el by: Mehdi Khalili, Claire Novotny
  • 14 total downloads
  • Latest version: 2.13.14
Humanizer Locale Greek (el)
Humanizer.Core.es by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.11.10
Humanizer Locale Spanish (es)
Humanizer.Core.fi-FI by: Mehdi Khalili, Oren Novotny
  • 1 total downloads
  • Latest version: 2.1.0
Humanizer Locale (fi-FI)
Humanizer.Core.fr-BE by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.14.1
Humanizer Locale French (Belgium) (fr-BE)
Humanizer.Core.he by: Mehdi Khalili, Claire Novotny
  • 4 total downloads
  • Latest version: 2.13.14
Humanizer Locale Hebrew (he)
Humanizer.Core.hu by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.8.25
Humanizer Locale Hungarian (hu)
Humanizer.Core.it by: Mehdi Khalili, Claire Novotny
  • 2 total downloads
  • Latest version: 2.8.26
Humanizer Locale Italian (it)
Humanizer.Core.lv by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.9.9
Humanizer Locale Latvian (lv)
Humanizer.Core.ms-MY by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.26
Humanizer Locale Malay (Malaysia) (ms-MY)
Humanizer.Core.nb-NO by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.10.1
Humanizer Locale Norwegian Bokmål (Norway) (nb-NO)
Humanizer.Core.nl by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.8.2
Humanizer Locale Dutch (nl)
Humanizer.Core.sk by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.8.25
Humanizer Locale Slovak (sk)
Humanizer.Core.sl by: Mehdi Khalili, Claire Novotny
  • 6 total downloads
  • Latest version: 2.13.14
Humanizer Locale Slovenian (sl)
Humanizer.Core.sr-Latn by: Mehdi Khalili, Claire Novotny
  • 12 total downloads
  • Latest version: 2.9.9
Humanizer Locale Serbian (sr-Latn)
Humanizer.Core.sv by: Mehdi Khalili, Claire Novotny
  • 2 total downloads
  • Latest version: 2.9.7
Humanizer Locale Swedish (sv)
Humanizer.Core.tr by: Mehdi Khalili, Claire Novotny
  • 1 total downloads
  • Latest version: 2.8.25
Humanizer Locale Turkish (tr)
Humanizer.Core.vi by: Mehdi Khalili, Claire Novotny
  • 0 total downloads
  • Latest version: 2.14.1
Humanizer Locale Vietnamese (vi)
Humanizer.Core.zh-Hans by: Mehdi Khalili, Claire Novotny
  • 10 total downloads
  • Latest version: 2.9.9
Humanizer Locale Chinese (zh-Hans)
Humanizer.Core.zh-Hant by: Mehdi Khalili, Claire Novotny
  • 10 total downloads
  • Latest version: 2.9.9
Humanizer Locale Chinese (zh-Hant)
Iced by: iced project and contributors <https://github.com/icedland>
  • 17 total downloads
  • Latest version: 1.21.0
  • disassembler x86 x64 assembler encoder decoder formatter
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 decodes >130 MB/s - 👍 Small decoded instructions, only 40 bytes and the decoder doesn't allocate any memory - 👍 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