https://github.com/racerxdl/mhdumper
Megahunt Devices Boot ROM dumper
https://github.com/racerxdl/mhdumper
air105 bootrom megahunt mh1903 mh190x
Last synced: 2 months ago
JSON representation
Megahunt Devices Boot ROM dumper
- Host: GitHub
- URL: https://github.com/racerxdl/mhdumper
- Owner: racerxdl
- License: mit
- Created: 2025-06-29T08:25:55.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-06-29T08:31:14.000Z (12 months ago)
- Last Synced: 2026-03-04T23:47:26.338Z (4 months ago)
- Topics: air105, bootrom, megahunt, mh1903, mh190x
- Language: C++
- Homepage:
- Size: 13.7 KB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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`:
```bash
pio run -t upload
```
And dump the bootrom from the device:
```bash
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 :)