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
f22511dd
Commit
f22511dd
authored
Nov 18, 2014
by
devttys0
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Signature improvements / additions
parent
03c3ef11
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
8 deletions
+12
-8
code
src/binwalk/magic/code
+3
-0
encoding
src/binwalk/magic/encoding
+2
-2
hashing
src/binwalk/magic/hashing
+5
-3
misc
src/binwalk/magic/misc
+2
-3
No files found.
src/binwalk/magic/code
0 → 100644
View file @
f22511dd
# This file is depreciated and intentionally left blank.
# It is included solely to ensure that previously installed
# versions of this file are overwritten during an upgrade.
src/binwalk/magic/encoding
View file @
f22511dd
# Base64 index tables
0 string ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
Standard base64
index table
0 string ACEGIKMOQSUWYBDFHJLNPRTVXZacegikmoqsuwybdfhjlnprtvxz0246813579=+/
SerComm base64
index table
0 string ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/
Base64 standard
index table
0 string ACEGIKMOQSUWYBDFHJLNPRTVXZacegikmoqsuwybdfhjlnprtvxz0246813579=+/
Base64 SerComm
index table
src/binwalk/magic/hashing
View file @
f22511dd
...
...
@@ -2,6 +2,8 @@
0 string \x00\x00\x00\x00\x77\x07\x30\x96\xEE\x0E\x61\x2C\x99\x09\x51\xBA CRC32 polynomial table, big endian
0 string \x00\x00\x00\x00\x96\x30\x07\x77\x2C\x61\x0E\xEE\xBA\x51\x09\x99 CRC32 polynomial table, little endian
# MD5
0 string \xD7\x6A\xA4\x78\xE8\xC7\xB7\x56\x24\x20\x70\xDB\xC1\xBD\xCE\xEE MD5 table, big endian
0 string \x78\xA4\x6A\xD7\x56\xB7\xC7\xE8\xDB\x70\x20\x24\xEE\xCE\xBD\xC1 MD5 table, little endian
# SHA256 constant k
0 string \x42\x8a\x2f\x98\x71\x37\x44\x91\xb5\xc0\xfb\xcf\xe9\xb5\xdb\xa5 SHA256 hash constants, big endian
0 string \x98\x2f\x8a\x42\x91\x44\x37\x71\xcf\xfb\xc0\xb5\xa5\xdb\xb5\xe9 SHA256 hash constants, little endian
src/binwalk/magic/misc
View file @
f22511dd
...
...
@@ -41,9 +41,8 @@
# CodeGate 2011 http://nopsrus.blogspot.com/2013/05/codegate-ctf-2011-binary-100-points.html
0 string \x23\x40\x7e\x5e Windows Script Encoded Data (screnc.exe)
0 string /home Unix home path string:
>5 string !/ {invalid}
>0 string x "%s"
0 regex /[a-zA-Z0-9\.\-_]{1,25}/[a-zA-Z0-9\.\-_]{1,25}/[a-zA-Z0-9\.\-_]{1,25}/[a-zA-Z0-9\.\-_/].* Unix path:
>0 string x %s
0 string neighbor Neighborly text,
>0 string x "%s
...
...
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