# kfd-explorer Kernel memory explorer utilizing [kfund](https://github.com/wh1te4ever/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](https://github.com/hackcatml/kfd-explorer/assets/75507443/403e617f-b252-4829-ae55-cb324829e696) ![image](https://github.com/hackcatml/kfd-explorer/assets/75507443/6cf60086-bd89-41f0-a7d1-4af699db3441) ![image](https://github.com/hackcatml/kfd-explorer/assets/75507443/011b1d7d-ed99-4051-ba83-72dc86145d1b) ## 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](https://github.com/wh1te4ever/kfund)