asdfugil / libdopamine-kerneldo

Use kernel ucred on Dopamine

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Use kernel ucred on Dopamine


Languages

Language:Objective-C 80.6%Language:C 17.0%Language:Makefile 2.4%