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

Extract SysCfg data from corrupted or unreadable NAND dumps.

License

Notifications You must be signed in to change notification settings

waynebonc/Reviv

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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#