You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Boot Image Extractor is a standalone python script designed to extract the boot image from Android devices with root access. It supports both single and dual-slotted devices.
4
+
5
+
## Prerequisites
6
+
7
+
- Python 3
8
+
-`pyfiglet` library
9
+
- Root access on the Android device
10
+
11
+
## Contributing
12
+
13
+
Contributions to the Boot Image Extractor are welcome. Please feel free to fork the repository, make your changes, and submit a pull request.
14
+
15
+
## License
16
+
17
+
This script is released under the [MIT License](LICENSE).
18
+
19
+
## Support
20
+
21
+
If you encounter any issues or have questions, please open an issue on the repository's issue tracker.
0 commit comments