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
3685c1f6
Commit
3685c1f6
authored
Aug 15, 2019
by
christopher krah
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added mime for potential Adobe ASCII85
parent
071dc35b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
+5
-1
custom_mime_encoding
fact_helper_file/mime/custom_mime_encoding
+4
-0
setup.py
setup.py
+1
-1
No files found.
fact_helper_file/mime/custom_mime_encoding
100644 → 100755
View file @
3685c1f6
...
...
@@ -17,3 +17,7 @@
0 regex \^%[0-9A-F]{8,}$ Tektronix extended HEX; binary data in text format
!:mime firmware/xtek
# Adobe Ascii85 stream
0 string <~
>2 regex [a-zA-Z0-9!#$%&()*+;<=>?@^_`-]{15,} Adobe ASCII85 encoding
!:mime firmware/adobe85
setup.py
View file @
3685c1f6
...
...
@@ -43,7 +43,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup
(
name
=
MODULE_NAME
,
version
=
'0.2.
4
'
,
version
=
'0.2.
5
'
,
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