Commit 8e70a5ed by devttys0

Added eCos exception handler signature.

parent 693eb39c
...@@ -2387,6 +2387,12 @@ ...@@ -2387,6 +2387,12 @@
>>14 string x "%s >>14 string x "%s
>>45 string x \b%s" >>45 string x \b%s"
0 string \x00\x68\x1A\x40\x00\x00\x00\x00\x7F\x00\x5A\x33 eCos kernel exception handler, architecture: MIPSEL,
>14 leshort !0x3C1B invalid
>18 leshort !0x277B invalid
>12 leshort x exception vector table base address: 0x%.4X
>16 leshort x \b%.4X
# ------------------------------------------------------------------ # ------------------------------------------------------------------
# Signature for LZMA compressed data with valid properties byte 0x40 # Signature for LZMA compressed data with valid properties byte 0x40
# ------------------------------------------------------------------ # ------------------------------------------------------------------
......
...@@ -45,7 +45,7 @@ class Extractor(Module): ...@@ -45,7 +45,7 @@ class Extractor(Module):
long='depth', long='depth',
type=int, type=int,
kwargs={'matryoshka' : 0}, kwargs={'matryoshka' : 0},
description='Limit extraction recursion depth (default: 8 levels deep)'), description='Limit matryoshka recursion depth (default: 8 levels deep)'),
Option(short='j', Option(short='j',
long='max-size', long='max-size',
type=int, type=int,
......
...@@ -15,3 +15,9 @@ ...@@ -15,3 +15,9 @@
>14 byte !0 >14 byte !0
>>14 string x "%s >>14 string x "%s
>>45 string x \b%s" >>45 string x \b%s"
0 string \x00\x68\x1A\x40\x00\x00\x00\x00\x7F\x00\x5A\x33 eCos kernel exception handler, architecture: MIPSEL,
>14 leshort !0x3C1B invalid
>18 leshort !0x277B invalid
>12 leshort x exception vector table base address: 0x%.4X
>16 leshort x \b%.4X
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