Skip to content

Instantly share code, notes, and snippets.

View ImanCol's full-sized avatar

Marlon rodriguez ImanCol

View GitHub Profile
-- Script for first person in Silent Hill in BizHawk
--
-- Submit improvments at https://gist.github.com/samfromcadott
--
-- Copyright 2021 Sam Jackson
-----------------------------
-- Memory addresses
-----------------------------
@BadMagic100
BadMagic100 / i2cpp_ghidra.md
Last active April 24, 2026 02:53
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
@dungxtd
dungxtd / charles key
Created August 19, 2024 03:29
[charles proxy key] an activation key #key #activation
// Charles Proxy License
// Registration code for any version of Charles, who would want to use a cracked version?
// Charles 4.5.5 is currently the latest version and is available.
Registered Name: https://zhile.io
License Key: 48891cf209c6d32bf4
Author: Neo Peng
@fenugrec
fenugrec / ghrab.sh
Last active February 25, 2026 08:25
change owner of ghidra project
#!/bin/bash
#
# grab ownership of ghidra project specified in arg1 or current dir if absent
#
# - looks for the first <projectname>.gpr file
# - modifies owner name <projectname>/project.prp
#
# example : ./ghrab.sh ~/RE/coolstuff