/libdopamine-kerneldo

Use kernel ucred on Dopamine

Primary LanguageObjective-C

libdopamine-kerneldo

Use kernel ucred on Dopamine. Insert with DYLD_INSERT_LIBRARIES

Usage

mount_tmpfs

DYLD_INSERT_LIBRARIES=/var/jb/usr/lib/libdopaminekerneldo.dylib mount_tmpfs /cores

unmount

DYLD_INSERT_LIBRARIES=/var/jb/usr/lib/libdopaminekerneldo.dylib umount /cores

DYLD_INSERT_LIBRARIES=/var/jb/usr/lib/libdopaminekerneldo.dylib mount_bindfs -o ro /bin /cores

Warning

The kernel will panic if you try to use this on a process that calls exec/fork APIs! (HELP WANTED)