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,...
More information
The Netwide Assembler is an assembler for the Intel x86 architecture.
This package is based on https://github.com/ShiftMediaProject/VSNASM and supports Visual Studio 2010, 2012, 2013, 2015 and 2017.
Note that this package is meant to replace an older/broken NuGet package:...
More information
Keystone is a lightweight multi-platform, multi-architecture assembler framework. This package corresponds to the csharp bindings in the official git repository.
IL Assembler (ILAsm) + IL Disassembler (ILDasm)
Custom version on .NET Core CLR (CoreCLR) 3.0
Target platforms: Win.x64 and Win.x86
4.700.2.0+4fde65a56
_ _ _ _ _ _
https://github.com/3F/coreclr
The MIT License (MIT)
Modified and...
More information
A .NET binary serializer/deserializer library. With bit-level precision provides an easy way to serialize your class objects or primitive types to array of bytes and reverse. It supports complex types/nested classes and it is really easy to adapt your existing code to use this library.