- Redmond, WA
-
22:21
(UTC -08:00) - @KirillOsenkov
- @KirillOsenkov@mastodon.social
- @kirillosenkov.bsky.social
Sponsoring
Highlights
- Pro
.NET Runtime
A fully managed .NET library for interception of binary functions.
Source only package that exposes newer .net and C# features to older runtimes.
dnvm is a command-line interface for installing and updating different dotnet SDKs
A fully managed library for hosting the .NET runtime in remote processes.
NetCoreDbg is a managed code debugger with GDB/MI, VSCode DAP and CLI interfaces for CoreCLR.
ILGPU JIT Compiler for high-performance .Net GPU programs
Sample code to show how to walk the managed heap in C#
A simple IL interpreter to hopefully bring .NET to the switch one day
Attempts to calculate the size of managed options (heap size) from within an application. Basically, compare this library to the SOS !ObjSize WinDBG extension, but callable directly from inside the…
Cecil is a library to inspect, modify and create .NET programs and libraries.
A tool that finds differences between .NET assemblies
Obfuscator for .NET and Mono, with a customizable engine for building your own obfuscators.
A lightweight toolkit to write .NET assembly weavers.
Fast, low-allocation ports of List, Dictionary, HashSet, Stack, and Queue using ArrayPool and Span.
Simple source only reflection library with default interface property support