Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rajmani7584/payload-dumper-android
Payload Dumper App for Android. Extract boot.img or any other images without PC on Android
https://github.com/rajmani7584/payload-dumper-android
android android-rom-tool boot-img ota-extractor payload-dumper rom-dumper rust-lang
Last synced: about 1 month ago
JSON representation
Payload Dumper App for Android. Extract boot.img or any other images without PC on Android
- Host: GitHub
- URL: https://github.com/rajmani7584/payload-dumper-android
- Owner: rajmani7584
- License: gpl-3.0
- Created: 2024-10-24T10:21:38.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-18T18:44:28.000Z (about 2 months ago)
- Last Synced: 2024-11-18T19:45:03.446Z (about 2 months ago)
- Topics: android, android-rom-tool, boot-img, ota-extractor, payload-dumper, rom-dumper, rust-lang
- Language: Kotlin
- Homepage:
- Size: 1.86 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Payload-Dumper-Android
### Payload Dumper App for Android
### Tested on MatrixxOS for Nothing Phone 1 (Spacewar)
## # TODO
+ Add progress bar
+ Add hashing to check extracted images integrity (Added)
+ Add more architectures (Added)
+ Add support to extract from zip file (currently payload.bin only is supported)## Thanks to ssut/payload-dumper-go
- most of code is borrowed from here and then converted to rust
### Source for `libpayload-dumper-rust` is here