https://github.com/secure-77/dcs-932-fwbuilder
Extract and Build the Firmware 1.14.04 for the DCS-932L Web Cam
https://github.com/secure-77/dcs-932-fwbuilder
Last synced: 6 months ago
JSON representation
Extract and Build the Firmware 1.14.04 for the DCS-932L Web Cam
- Host: GitHub
- URL: https://github.com/secure-77/dcs-932-fwbuilder
- Owner: secure-77
- Created: 2022-05-12T19:55:19.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-12T20:46:59.000Z (about 4 years ago)
- Last Synced: 2025-08-23T11:03:50.783Z (11 months ago)
- Language: Makefile
- Homepage:
- Size: 4.59 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# DCS-932-FwBuilder
Extract and repack the root file system of the firmware 1.14.04 for the Webcam D-Link DCS-932L (Revision A)
Original FW download at: https://ftp.dlink.de/dcs/dcs-932l/driver_software/DCS-932L_fw_reva_114b04_all_en_20170227.zip
More information on my blog: https://secure77.de/d-link-dcs-932l-webcam-hacking/
## Unpack the Firmware
```bash
./dlink_fw.py unpack dcs932l_v1.14.04.bin
```
This will create a new folder tmp with all extracted data, don't touch this folder, you need the files for the packing.
You are looking for the folder `root_fs`
Make sure you edit the files as root and don´t put to large files into it, as this archive has a file size limit.
## Pack the Firmware
```bash
./dlink_fw.py pack dcs932l_v1.14.04.bin.custom
```