/kfd-explorer

iOS kernel memory explorer

Primary LanguagePythonGNU Lesser General Public License v3.0LGPL-3.0

kfd-explorer

Kernel memory explorer utilizing kfund project with frida-gadget

Supported Device

iOS/iPadOS 16.0-16.6.1

Usage

1. Install kfund-gadget.ipa using trollstroe or sideloadly

2. Launch kfd app and kopen

3. Run kfd-explorer

# Git clone
git clone https://github.com/hackcatml/kfd-explorer
cd kfd-explorer

# Run
./kfd-explorer.sh

4. Attach
If it cannot attach, try running Xcode briefly.

Screenshots

image image image

Build kfund-gadget.ipa

# Git clone kfund
git clone https://github.com/wh1te4ever/kfund

# Replace ContentView.swift
Replace the ContentView.swift in kfund with the one in the kfundfiles directory

# Include frida-gadget
Put frida-gadget-16.1.11.dylib, frida-gadget-16.1.11.config in the kfund project

# Build
Open kfund > Build Phases > Copy Bundle Resources > add frida-gadget-16.1.11.dylib, frida-gadget-16.1.11.config.
Build

Credits

kfund