Skip to content

puzhuoliu/D-Link-firmware-unpack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

D-Link-firmware-unpack

The firmware starts with encrpted_img or shrs bytes. Please note that to protect the company's intellectual property, the key is replaced by XXX.



Started with encrpted_img firmware unpack

./encrpted_de firmware save_bin

The save_bin is UBI file. We use ubi_reader for further processsing.

./ubi_reader-master/scripts/ubireader_extract_images save_bin -o image

Then, we use binwalk to extract the image.

binwalk -Me image



Started with shrs firmware unpack

python3 shrs_de -i firmware -o image

Then, we use binwalk to extract the image.

binwalk -Me image

About

Firmware with the encrpted_img or shrs

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published