Skip to content

Instantly share code, notes, and snippets.

View hedgehog1029's full-sized avatar
🔮
functional witchery

Henry hedgehog1029

🔮
functional witchery
View GitHub Profile
@twilight-sparkle-irl
twilight-sparkle-irl / main.cpp
Last active January 26, 2021 02:32
example of what an extremely barebones among us hook looks like (no graphics)
// use il2cppinspector to create a c++ scaffolding project
// import minhook
// replace user/main.cpp with this
// play around! this basically shows you how to hook any function you'd like
// it's obviously not at all what you'd call "complete", but it contains enough stuff i had to figure out through trial and error
#include "pch-il2cpp.h"
#define WIN32_LEAN_AND_MEAN
#include <Windows.h>
#include <iostream>
@ePirat
ePirat / spec.md
Last active June 30, 2024 17:00
Icecast Protocol specification

Icecast protocol specification

What is the Icecast protocol?

When speaking of the Icecast protocol here, actually it's just the HTTP protocol, and this document will explain further how source clients need to send data to Icecast.

HTTP PUT based protocol

Since Icecast version 2.4.0 there is support for the standard HTTP PUT method. The mountpoint to which to send the data is specified by the URL path.