Unverified Commit e0ebab72 by Jörg Stucke Committed by GitHub

added Bosch firmware format (#14)

* added Bosch firmware format
parent 3fdea4c2
......@@ -705,3 +705,8 @@
# D-Link SHRS
0 string \x53\x48\x52\x53 D-Link SHRS
!:mime firmware/dlink-shrs
# Bosch Firmware
# Source: James Thomas, https://www.anvilventures.com/blog/unpacking-bosch-surveillance-camera-firmware.html
0 string \x10\x12\x20\x03 Bosch Firmware
!:mime firmware/bosch
......@@ -44,7 +44,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup(
name=MODULE_NAME,
version='0.2.8',
version='0.2.9',
description='Helper functions for file type generation',
author='Johannes vom Dorp',
url='https://github.com/fkie-cad/fact_helper_file',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment