Skip to content

Instantly share code, notes, and snippets.

View Banane9's full-sized avatar

Arne Kiesewetter Banane9

View GitHub Profile
@Banane9
Banane9 / NeosLibraryLoader.cs
Created December 6, 2023 00:12
Dynamically finds the install location of Neos through Steam and dynamically resolves references to its DLLs.
using System;
using System.Collections.Generic;
using System.IO;
using System.Linq;
using System.Reflection;
using System.Text;
using Microsoft.Win32;
namespace NLL
{