Skip to content

Instantly share code, notes, and snippets.

View astra1dev's full-sized avatar
🐈
meow

Astral✨ astra1dev

🐈
meow
View GitHub Profile
@astra1dev
astra1dev / i2cpp_ghidra.md
Last active July 8, 2026 12:22 — forked from BadMagic100/i2cpp_ghidra.md
Instructions to get a useful decompilation out of an il2cpp game. Or, "I spent hours to trial and error so hopefully you won't have to"

Decompiling IL2CPP Games with Il2CppInspectorRedux and Ghidra

This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.

Note

This is a fork of a gist by BadMagic100. I modified it to use Il2CppInspectorRedux instead of Il2CppDumper since newer Unity versions use newer IL2CPP metadata versions that are not supported by Il2CppDumper.

Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.

@XtraCube
XtraCube / AmongUsLocator.cs
Last active January 29, 2025 20:17
AmongUsLocator Utility Class to find Among Us automatically.
using System;
using System.Diagnostics;
using System.IO;
using System.Linq;
using Microsoft.Win32;
public enum AmongUsPlatform
{
Steam,
Itch,
@aamiaa
aamiaa / CompleteDiscordQuest.md
Last active July 12, 2026 07:10
Complete Recent Discord Quest

Caution

As of April 7th 2026, Discord has expressed their intent to crack down on automating quest completion.

Some users have received the following system message:

image

There isn't much I can do to make the script undetected, so use it at your own risk, as you most likely WILL get flagged by doing so.

Complete Recent Discord Quest

@BadMagic100
BadMagic100 / i2cpp_ghidra.md
Last active July 5, 2026 22:34
Instructions to get a useful decompilation out of an il2cpp game. Or, "I spent hours to trial and error so hopefully you won't have to"

Decompiling IL2CPP Games with Il2CppDumper and Ghidra

This guide will walk through how to decompile/reverse engineer IL2CPP games for modding usage.

Note: expect this entire process to take upwards of an hour. Have something ready to do on the side while waiting for processing to finish.

Prerequisites

  1. Download Il2CppDumper
@muff-in
muff-in / resources.md
Last active July 10, 2026 16:30
A curated list of Assembly Language / Reversing / Malware Analysis / Game Hacking-resources