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-depend
fact_helper_file
Commits
e107ea6f
Unverified
Commit
e107ea6f
authored
5 years ago
by
Johannes vom Dorp
Committed by
GitHub
5 years ago
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #12 from fkie-cad/additional-signatures-via-binwalk
Additional signatures via binwalk
parents
7f46ef1f
49e501a0
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
custom_mime_firmware_containers
fact_helper_file/mime/custom_mime_firmware_containers
+3
-1
setup.py
setup.py
+1
-1
No files found.
fact_helper_file/mime/custom_mime_firmware_containers
View file @
e107ea6f
...
...
@@ -13,7 +13,8 @@
20 string \x49\x4d\x47\x30\x00\x17 TP-Link WR702N Image
!:mime firmware/tp-wr702n
## the following firmware signatures originate to binwalk
## The following firmware signatures originate from
## [binwalk](https://github.com/ReFirmLabs/binwalk) which is MIT licensed
#IMG0 header, found in VxWorks-based Mercury router firmware
0 string IMG0 IMG0 (VxWorks) header,
...
...
@@ -374,6 +375,7 @@
# NPK firmware header, used by Mikrotik
0 belong 0x1EF1D0BA NPK firmware header,
!:mime firmware/microtic-npk
>4 lelong <0 {invalid}
>4 lelong x image size: %d,
>14 string x image name: "%s",
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
e107ea6f
...
...
@@ -44,7 +44,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup
(
name
=
MODULE_NAME
,
version
=
'0.2.
7
'
,
version
=
'0.2.
8
'
,
description
=
'Helper functions for file type generation'
,
author
=
'Johannes vom Dorp'
,
url
=
'https://github.com/fkie-cad/fact_helper_file'
,
...
...
This diff is collapsed.
Click to expand it.
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