Skip to content

Instantly share code, notes, and snippets.

@toiry921
toiry921 / owo.txt
Created September 19, 2019 19:31 — forked from Zezombye/owo.txt
Overwatch custom game icon list
All credit goes to flarn2006, he was the one who found that glitch!
Also pls no post on reddit :(((
Additional stuff is here as I'm way too lazy to type these
https://imgur.com/a/yeV9eNF
void inject_trusts(int pathc, const char *paths[])
{
printf("[+] injecting into trust cache...\n");
extern uint64_t g_kern_base;
static uint64_t tc = 0;
if (tc == 0) {
// loaded_trust_caches: 0xFFFFFFF008F702C8
tc = g_kern_base + (0xFFFFFFF008F702C8 - 0xFFFFFFF007004000);