Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
fact_helper_file
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
fact-gitdep
fact_helper_file
Commits
e0ebab72
Unverified
Commit
e0ebab72
authored
Jul 22, 2020
by
Jörg Stucke
Committed by
GitHub
Jul 22, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added Bosch firmware format (#14)
* added Bosch firmware format
parent
3fdea4c2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletions
+6
-1
custom_mime_firmware_containers
fact_helper_file/mime/custom_mime_firmware_containers
+5
-0
setup.py
setup.py
+1
-1
No files found.
fact_helper_file/mime/custom_mime_firmware_containers
View file @
e0ebab72
...
...
@@ -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
setup.py
View file @
e0ebab72
...
...
@@ -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'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment