Skip to content

Extract only boot.img, vbmeta.img and recovery.img from payload.bin files from Android firmwares like Xiaomi or OnePlus.

Notifications You must be signed in to change notification settings

MasterDickLOL/Payload-Dumper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Payload-Dumper

Extract only init_boot.img, boot.img, vbmeta.img and recovery.img from payload.bin files from Android firmwares like Xiaomi or OnePlus.

This code runs on Python3 If you want any other partition to be extracted, just add the name in line 94

HOW TO RUN?

First clone this repo or download zip and extract,

install dependencies from requirements.txt file using pip

[ pip install -r requirements.txt ]

put the payload.bin file in the same directory as this repo, run the command

[ python dump.py payload.bin ]

it will extract init_boot.img, boot.img, vbmeta.img and recovery.img in "output" folder

About

Extract only boot.img, vbmeta.img and recovery.img from payload.bin files from Android firmwares like Xiaomi or OnePlus.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages