Unverified Commit 09de7fe4 by Peter Weidenbach Committed by GitHub

Merge pull request #5 from fkie-cad/srecMimeForUnpacker

srec mime
parents 5e2ccbe5 f7dff57d
......@@ -648,7 +648,7 @@
>24 lelong x File Length: %d
>28 lelong x Maximum Size: %d
>32 lelong x Content Offset: 0x%X
>36 lelong x Signature Lenght: %d
>36 lelong x Signature Length: %d
>40 lelong x Jump Offset: %d
>44 lelong &0x1 POST_BUILD_DONE
>44 lelong &0x2 XIP (Execute In Place)
......@@ -700,3 +700,6 @@
0 regex \^:[A-F0-9]{8,}$ Intel HEX
!:mime firmware/intel-hex
# Motorola S-Record
0 regex \^S[0-57-9][0-9A-F]{8,}$ Motorola S-Record; binary data in text format
!:mime firmware/srecord
......@@ -43,7 +43,7 @@ with OperateInDirectory(str(MIME_DIR)):
setup(
name=MODULE_NAME,
version='0.2.1',
version='0.2.2',
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