Skip to content

Instantly share code, notes, and snippets.

View sos-dll's full-sized avatar
😎
can't fix. too busy fixing.

sos.dll sos-dll

😎
can't fix. too busy fixing.
  • sos.dll
View GitHub Profile
@sos-dll
sos-dll / TypeHacks.Cast.cs
Last active November 13, 2020 21:30
✨ A brand new way for casting values/objects in C# by (ab)using .NET internals. Enjoy. (Tested on .NET 5.)
// Licensed under WTFPL.
using System;
namespace sos.dll
{
/* ☢ (̵A̸B̴)̸U̷S̶I̸N̸G̶ ̶ ̶.̸N̶E̴T̸ ̶ ̵I̸N̵T̸E̷R̷N̷A̴L̷S̸ ☢ */
public static unsafe partial class TypeHacks
{
/// <summary>