Skip to content

Instantly share code, notes, and snippets.

@HedgeBSD
HedgeBSD / sushi-exploit.ts
Created May 30, 2025 15:31
Brawl Stars Kaze exploit explained
/// <reference path="frida-gum.ts" />
const base = Module.getBaseAddress('libg.so');
class Libc {
static malloc = new NativeFunction(Module.getExportByName('libc.so', 'malloc'), 'pointer', ['size_t']);
}
class HomeMode {
public static HomeMode_getInstance = new NativeFunction(base.add(0x7C3A68), 'pointer', []); // v61.249