Skip to content

Instantly share code, notes, and snippets.

View Alienmario's full-sized avatar

Alienmario

View GitHub Profile
@Alienmario
Alienmario / SourcemodPluginAnalyzer.cs
Last active June 9, 2025 23:31 — forked from nosoop/read_sm_plugin.py
Dumps information from SMX files
using System;
using System.Collections.Generic;
using System.IO;
using System.IO.Compression;
using System.Security.Cryptography;
using System.Text;
/// <summary>Utility for analyzing compiled Sourcemod plugins.</summary>
/// <remarks>
/// Adapted from nosoop's read_sm_plugin.py gist, thanks for making a robust utility that still works after all the years!