Skip to content
This repository has been archived by the owner on Sep 8, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 580 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 580 Bytes

Reviv

Extract critical SysCfg data like Serial Number, Wi-Fi & Bluetooth address from a corrupted or unreadable NAND dump.

Usage

  1. Dump the NAND SysCfg partition into a .bin or .dump (or any other extension)
  2. Feed it into the tool.
  3. Save the carved data.
  4. Re-program a new NAND with the newly saved details.

Note

IP Box users can dump the boot data and feed it directly to the tool.

Credits

  • mjs3339 - Boyer Moore implementation in C#