Go to file
Maschell c2da326a9f Add support for nightly releases 2020-12-01 20:26:26 +01:00
.github/workflows Add support for nightly releases 2020-12-01 20:26:26 +01:00
ios_kernel first commit, probably unstable 2020-11-30 17:41:41 +01:00
ios_usb first commit, probably unstable 2020-11-30 17:41:41 +01:00
src Simplify code a bit 2020-12-01 20:02:13 +01:00
.gitignore Simplify code a bit 2020-12-01 20:02:13 +01:00
Dockerfile first commit, probably unstable 2020-11-30 17:41:41 +01:00
LICENSE first commit, probably unstable 2020-11-30 17:41:41 +01:00
Makefile first commit, probably unstable 2020-11-30 17:41:41 +01:00
README.md first commit, probably unstable 2020-11-30 17:41:41 +01:00

README.md

fw_img_payload

This a payload to reboot into a fw.img from the root of your sd card. Based on cfw_booter

Usage

Place the fw.img in the root of your sd card (sd:/fw.img) and run a payload.elf loader (for example using the browser exploit).

Building

For building you just need wut installed, then use the make command.

# Build docker image (only needed once)
docker build . -t fw_img_payload-builder

# make 
docker run -it --rm -v ${PWD}:/project fw_img_payload-builder make

# make clean
docker run -it --rm -v ${PWD}:/project fw_img_payload-builder make clean

Credits

dimok Maschell