Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/angelod2022/uniden-firmware-tool
Parse and Extract Firmware Distributions From https://uniden.info
https://github.com/angelod2022/uniden-firmware-tool
extractor firmware radar-detector reverse-engineering uniden
Last synced: 14 days ago
JSON representation
Parse and Extract Firmware Distributions From https://uniden.info
- Host: GitHub
- URL: https://github.com/angelod2022/uniden-firmware-tool
- Owner: AngeloD2022
- License: agpl-3.0
- Created: 2024-07-03T19:45:08.000Z (6 months ago)
- Default Branch: master
- Last Pushed: 2024-09-20T19:38:33.000Z (3 months ago)
- Last Synced: 2024-12-08T18:09:10.479Z (15 days ago)
- Topics: extractor, firmware, radar-detector, reverse-engineering, uniden
- Language: Rust
- Homepage:
- Size: 69.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# uniden-firmware-tool
As of right now, it only parses and extracts firmware binaries from https://uniden.info
## Building
Building this project requires the Rust toolchain.
```sh
git clone https://github.com/AngeloD2022/uniden-firmware-tool.git && cd uniden-firmware-toolcargo build --release
```## Known Issues
Many parts of the firmware BLOBs contained in most available packages from uniden.info are encrypted or encoded in some form. This has yet to be reverse engineered.
Please create an issue and let me know if you have any insights about this encryption.
## Authors
- [@AngeloD2022](https://github.com/angelod2022)
- [@jevinskie](https://github.com/jevinskie)## License
uniden-firmware-tool is licensed under AGPLv3