Skip to content

Instantly share code, notes, and snippets.

@Kein
Kein / BMSSD.bt
Last active October 29, 2021 16:29 — forked from Warpten/BMSSD.bt
Readability
//---------------------------------------
// Authors: Warpten
// Version: 0.2
// Purpose: Metroid Dread BMSSD
// Category: Metroid Dread
// File Mask:
// ID Bytes:
// History: 0.1 - Initial Version
// 0.2 - readability
//---------------------------------------
@Kein
Kein / gist:27b5ba74c4870e3237fee231dd0b808b
Created July 10, 2024 21:35 — forked from davidfowl/gist:3173128
MethodInfo.Invoke is slow... open instance delegate to the rescue
using System;
using System.Linq;
using System.Diagnostics;
using System.Linq.Expressions;
using System.Reflection;
using System.Collections.Generic;
namespace ConsoleApplication3
{
class Program