Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
binwalk
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
binwalk
Commits
64160326
Commit
64160326
authored
Sep 04, 2014
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added VxWorks symbol table signatures
parent
858eaab5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
97 additions
and
0 deletions
+97
-0
firmware
src/magic/firmware
+97
-0
No files found.
src/magic/firmware
View file @
64160326
...
...
@@ -582,3 +582,100 @@
>>&(&0.L(0)) belong x
>>>&4 belong x \b, file size: %d bytes
# Signatures to identify the start of a VxWorks symbol table
8 string \x00\x00\x05\x00\x00\x00\x00\x00 VxWorks symbol table, big endian,
>4 belong x first entry: [type: function, code address: 0x%X,
>0 belong x symbol address: 0x%X]{one-of-many}
>24 belong !0x500
>>24 belong !0x700
>>>24 belong !0x900 \b, invalid
>40 belong !0x500
>>40 belong !0x700
>>>40 belong !0x900 \b, invalid
>56 belong !0x500
>>56 belong !0x700
>>>56 belong !0x900 \b, invalid
>72 belong !0x500
>>72 belong !0x700
>>>72 belong !0x900 \b, invalid
8 string \x00\x00\x07\x00\x00\x00\x00\x00 VxWorks symbol table, big endian,
>4 belong x first entry: [type: initialized data, code address: 0x%X,
>0 belong x symbol address: 0x%X]{one-of-many}
>24 belong !0x500
>>24 belong !0x700
>>>24 belong !0x900 \b, invalid
>40 belong !0x500
>>40 belong !0x700
>>>40 belong !0x900 \b, invalid
>56 belong !0x500
>>56 belong !0x700
>>>56 belong !0x900 \b, invalid
>72 belong !0x500
>>72 belong !0x700
>>>72 belong !0x900 \b, invalid
8 string \x00\x00\x09\x00\x00\x00\x00\x00 VxWorks symbol table, big endian,
>4 belong x first entry: [type: uninitialized data, code address: 0x%X,
>0 belong x symbol address: 0x%X]{one-of-many}
>24 belong !0x500
>>24 belong !0x700
>>>24 belong !0x900 \b, invalid
>40 belong !0x500
>>40 belong !0x700
>>>40 belong !0x900 \b, invalid
>56 belong !0x500
>>56 belong !0x700
>>>56 belong !0x900 \b, invalid
>72 belong !0x500
>>72 belong !0x700
>>>72 belong !0x900 \b, invalid
8 string \x00\x05\x00\x00\x00\x00\x00\x00 VxWorks symbol table, little endian,
>4 lelong x first entry: [type: function, code address: 0x%X,
>0 lelong x symbol address: 0x%X]{one-of-many}
>24 lelong !0x500
>>24 lelong !0x700
>>>24 lelong !0x900 \b, invalid
>40 lelong !0x500
>>40 lelong !0x700
>>>40 lelong !0x900 \b, invalid
>56 lelong !0x500
>>56 lelong !0x700
>>>56 lelong !0x900 \b, invalid
>72 lelong !0x500
>>72 lelong !0x700
>>>72 lelong !0x900 \b, invalid
8 string \x00\x07\x00\x00\x00\x00\x00\x00 VxWorks symbol table, little endian,
>4 lelong x first entry: [type: initialized data, code address: 0x%X,
>0 lelong x symbol address: 0x%X]{one-of-many}
>24 lelong !0x500
>>24 lelong !0x700
>>>24 lelong !0x900 \b, invalid
>40 lelong !0x500
>>40 lelong !0x700
>>>40 lelong !0x900 \b, invalid
>56 lelong !0x500
>>56 lelong !0x700
>>>56 lelong !0x900 \b, invalid
>72 lelong !0x500
>>72 lelong !0x700
>>>72 lelong !0x900 \b, invalid
8 string \x00\x09\x00\x00\x00\x00\x00\x00 VxWorks symbol table, little endian,
>4 lelong x first entry: [type: uninitialized data, code address: 0x%X,
>0 lelong x symbol address: 0x%X]{one-of-many}
>24 lelong !0x500
>>24 lelong !0x700
>>>24 lelong !0x900 \b, invalid
>40 lelong !0x500
>>40 lelong !0x700
>>>40 lelong !0x900 \b, invalid
>56 lelong !0x500
>>56 lelong !0x700
>>>56 lelong !0x900 \b, invalid
>72 lelong !0x500
>>72 lelong !0x700
>>>72 lelong !0x900 \b, invalid
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