Skip to content

Instantly share code, notes, and snippets.

@w0lfzhang
w0lfzhang / gist:cebd0174eb8da2048865923b873644ec
Created December 20, 2018 09:55 — forked from chrisdone/gist:02e165a0004be33734ac2334f215380e
Build and run minimal Linux / Busybox systems in Qemu

Common

export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS

Linux kernel

@flatz
flatz / sys_dynlib_dlsym_ex.c
Last active October 13, 2023 14:01
Custom syscall for extended symbol resolving (allow specifying of library name, flags to be able to use mangled symbol names) on PS4.
//
// Custom syscall for extended symbol resolving (allow specifying of library name, flags to be able to use mangled symbol names) on PS4.
//
// NOTE: slide offsets are for 5.00/5.01 kernel.
//
//
// PATCHES (syntax: offset,name,old,new).
//