Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/FirmWire/FirmWire
FirmWire is a full-system baseband firmware emulation platform for fuzzing, debugging, and root-cause analysis of smartphone baseband firmwares
https://github.com/FirmWire/FirmWire
baseband emulation fuzzing introspection mediatek qemu samsung
Last synced: 3 months ago
JSON representation
FirmWire is a full-system baseband firmware emulation platform for fuzzing, debugging, and root-cause analysis of smartphone baseband firmwares
- Host: GitHub
- URL: https://github.com/FirmWire/FirmWire
- Owner: FirmWire
- License: bsd-3-clause
- Created: 2022-01-11T22:35:18.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-06-12T09:10:26.000Z (5 months ago)
- Last Synced: 2024-06-21T06:39:37.297Z (5 months ago)
- Topics: baseband, emulation, fuzzing, introspection, mediatek, qemu, samsung
- Language: Python
- Homepage: https://firmwire.github.io/docs/
- Size: 1.46 MB
- Stars: 730
- Watchers: 42
- Forks: 77
- Open Issues: 17
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-hacking-lists - FirmWire/FirmWire - FirmWire is a full-system baseband firmware emulation platform for fuzzing, debugging, and root-cause analysis of smartphone baseband firmwares (Python)
- StarryDivineSky - FirmWire/FirmWire
README
___ __ __
-. .-. | __|(+) _ _ _ _\ \ / /(+) _ _ ___ .-. .-
\ / \ | _| | | '_| ' \ \/\/ / | | '_/ -_) / \ /
'-' '-|_| | |_| |_|_|_\_/\_/ | |_| \___|-' '-'
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~# FirmWire
FirmWire is a full-system baseband firmware analysis platform that supports Samsung and MediaTek. It enables fuzzing, root-cause analysis, and debugging of baseband firmware images. **See the [FirmWire documentation](https://firmwire.github.io/docs/installation.html) to get started!**
## BibTeX
FirmWire is the result of a multi-year, cross university research effort.
See the [paper](https://hernan.de/research/papers/firmwire-ndss22-hernandez.pdf) for more details.
For reproducible research and experimental data from our paper, see the [NDSS'22 repository](https://github.com/FirmWire/ndss22_experiments).If you are using FirmWire in an academic paper please use this to cite it:
```
@inproceedings{hernandez_firmwire_2022,
title = {{FirmWire: Transparent Dynamic Analysis for Cellular Baseband Firmware}},
shorttitle = {{FirmWire}},
booktitle = {{ Symposium on Network and Distributed System Security (NDSS) }},
author = {Hernandez, Grant and Muench, Marius and Maier, Dominik and Milburn, Alyssa and Park, Shinjo and Scharnowski, Tobias and Tucker, Tyler and Traynor, Patrick and Butler, Kevin R. B.},
year = {2022}
}
```## FirmWire's License
FirmWire is licensed under BSD-3 and developed by "Team FirmWire", which currently consists of the authors on the NDSS paper unless stated otherwise. We expect FirmWire to be used for commercial purposes (e.g. private baseband vulnerability research, bug bounties, etc.). The license permits this. We (Team FirmWire) _request_ that users in these settings notify us through public (e.g. issues) or private (e.g. email, Signal) means about your use. We are curious! If FirmWire or derived work helped you find a vulnerability, we'd also like to know in order to add it to the FirmWire trophy wall. Finally, one or more members of Team FirmWire may be willing to provide consulting services such as trainings, custom extensions to FirmWire, advice, and the like. Please reach out if interested.