MemorySharp 1.2.0

dotnet add package MemorySharp --version 1.2.0
NuGet\Install-Package MemorySharp -Version 1.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="MemorySharp" Version="1.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add MemorySharp --version 1.2.0
#r "nuget: MemorySharp, 1.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install MemorySharp as a Cake Addin
#addin nuget:?package=MemorySharp&version=1.2.0

// Install MemorySharp as a Cake Tool
#tool nuget:?package=MemorySharp&version=1.2.0

MemorySharp is a C# based memory editing library targeting Windows applications, offering various functions to extract and inject data and codes into remote processes to allow interoperability.

Product Compatible and additional computed target framework versions.
.NET Framework net is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.2.0 7,948 9/21/2016
1.1.0 2,309 5/25/2014
1.0.0 1,309 9/19/2013

## V1.2 (21 September 2016)

Enhancements:

- Rewrite the read operations for arrays to have much better performance.
- Rewrite the write operations for arrays to have much better performance.
- Heavily improve the performance of write operations when a relative address is provided (the main module of the remote process is now cached).

Bugfixes:

- Properly read strings without a \0 delimiter instead of throwing an ArgumentOutOfRangeException.

## V1.1.1 (05 September 2016)

Bugfixes:

- Threads created using the library are properly returned by the API.