This project serves as reverse engineering utility to dump RAM on Nordic Semiconductor nRF24LU1+ chips. This will replace the bootloader of a proprietary firmware image in order to hijack execution and copy the contents of RAM to flash memory for later analysis.
- make
- sdcc
- binutils
- srecord
- python
- CrazyRadio PA (with 32k of flash)
git submodule init
git submodule update
make
python prog/buspirate-flasher/spi-flash.py -p bin/patched.bin
python tools/dump.py
python prog/buspirate-flasher/spi-flash.py -r dump.bin