Skip to content

racerxdl/mhdumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MH BOOTROM Dumper

This requires a custom firmware written on the device

Want to easy dump a bootrom from a MH190x device? Install the firmware under firmware:

pio run -t upload

And dump the bootrom from the device:

cd cmd
go run . /dev/ttyUSB0 --readmem 0x0 131072

Features

  • Bus Fault Handler - In case you want to dump more stuff (like all OTP data)
  • Simple interface

TODOs

  • FW: Initialize all hardware so it can be used to dump any memory
  • Add uploader to go code
  • Add pre-built firmware to go code
  • Add binary releases to github
  • Change firmware to run from RAM (allowing it to be used for dumping flash memory)

Info

If you dump any bootrom, please let me know. I'm collecting those. Maybe I should create a repo with them :)

About

Megahunt Devices Boot ROM dumper

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published