Skip to main content
spazzarama avatar

spazzarama

NuGet publisher profile

Packages
6
Total Downloads
821.3K
821,346

Packages (6)

SharedMemory package icon

SharedMemory

The SharedMemory library provides a set of C# classes that utilise a memory-mapped file for fast low-level inter-process communication (IPC) - specifically for sharing data between processes. It features: * a lock-free FIFO circular buffer * a simple fixed-size generic shared memory array class * a bi-directional RPC implementation (.NET 4.5+ / .NET Standard 2.0+ only) * an implementation of a shared memory buffer for read/write. * support for memory-mapped files in .NET 3.5/4/4.5 and .NET Standard 2.0+ * fast generic structure reading/writing Usage: https://github.com/spazzarama/SharedMemory

352.7K
downloads
EasyHook package icon

EasyHook

This project supports extending (hooking) unmanaged code (APIs) with pure managed ones, from within a fully managed environment on 32- or 64-bit Windows XP SP2, Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10. EasyHook currently supports injecting assemblies built for .NET Framework 3.5 and 4.0 and can also inject native DLLs.

231.0K
downloads
SharpDisasm package icon

SharpDisasm

SharpDisam is a disassembler written in C# able to decode the x86 and x86-64 instruction set architectures. It features: * a full C# port of the libudis86 C library * a set of simple C# classes wrapping the udis86 API * support for x86 16-bit, 32-bit and 64-bit instruction set architectures * support for outputting in Intel and AT&T syntax * support for all x86 and x86-64 (AMD64) General purpose and System instructions. * support for the following ISA extensions: - MMX, FPU (x87), AMD 3DNow - SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, AES, - AMD-V, INTEL-VMX, SMX * instructions are defined in an XML document that is consumed by a T4 template to generate opcode tables for performance. * the XML instructions document is exactly the same as that found within the udis86 project. The generated C# opcode tables is also very similar except in syntax to those generated by the Python script in the libudis86 C-library. * able to decode more than 4 million 64-bit instructions per second (with an average instruction size of 7-bytes) Usage: https://github.com/spazzarama/SharpDisasm or http://sharpdisasm.codeplex.com/documentation

98.6K
downloads
EasyHookNativePackage package icon

EasyHookNativePackage

This project supports extending (hooking) unmanaged code (APIs) on 32- or 64-bit Windows XP SP2, Windows Vista x64, Windows Server 2008 x64, Windows 7, Windows 8.1, and Windows 10.

65.7K
downloads
EasyHookNativePackage.redist package icon

EasyHookNativePackage.redist

Redistributable components for package 'EasyHookNativePackage'. This package should only be installed as a dependency. (This is not the package you are looking for).

63.8K
downloads
EasyHookNativePackage.symbols package icon

EasyHookNativePackage.symbols

Symbols for package 'EasyHookNativePackage'. This package should not likely be installed. (This is not the package you are looking for).

9.5K
downloads