Maschell b0e4fda8e7 Merge pull request #2 from jan-hofmeier/main
Add support for unencrypted fw.img
2025-01-26 16:08:11 +01:00
2025-01-16 22:44:55 +01:00
2025-01-19 21:01:35 +01:00
2020-11-30 17:41:41 +01:00
2025-01-19 21:01:35 +01:00
2025-01-19 21:01:35 +01:00
2025-01-16 22:44:55 +01:00
2020-11-30 17:41:41 +01:00
2020-11-30 17:41:41 +01:00
2025-01-19 21:01:35 +01:00
2020-11-30 17:41:41 +01:00

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

Description
No description provided
Readme GPL-2.0 86 KiB
Languages
C 63.7%
Makefile 22.3%
Assembly 8.8%
C++ 5.1%