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
Graph
e9104b43a9b8484ab9e27111687065e7a645e7cc
Switch branch/tag
You can move around the graph by using the arrow keys.
Begin with the selected commit
Created with Raphaël 2.2.0
3
Aug
19
Jul
18
17
16
10
Jun
9
7
5
4
3
2
22
May
18
15
3
23
Apr
21
17
5
14
5
28
Mar
27
28
27
20
19
23
Feb
25
23
15
20
19
14
13
10
9
22
Jan
21
5
Feb
20
Jan
3
Feb
19
Jan
18
17
24
21
16
29
Dec
27
6
Jan
9
Dec
24
Nov
22
1
Dec
22
Nov
1
Dec
16
Nov
21
26
21
20
19
18
17
16
14
13
12
11
10
9
8
7
6
5
4
3
2
1
30
Oct
29
28
27
24
23
22
21
16
2
30
Sep
16
8
6
4
28
Aug
27
26
25
23
20
15
11
7
6
5
2
31
Jul
30
29
28
27
26
25
23
22
21
19
15
13
12
11
10
9
30
Jun
25
19
17
29
May
27
26
19
15
11
9
8
30
Apr
28
27
26
25
23
22
21
19
18
9
6
26
Mar
6
7
5
10
Jan
5
Mar
10
Jan
21
Feb
18
10
Jan
17
Feb
13
10
Jan
9
12
Feb
9
Jan
4
Feb
2
8
Jan
27
7
22
21
7
12
6
8
6
3
2
23
Dec
22
21
20
19
13
12
23
Nov
22
8
Dec
7
5
4
3
2
1
30
Nov
29
Adding Mediatek formats
Added ext extract rules; fixed squashfs extract bug.
Added sleuthkit extraction rule for ext file systems
Fixed API.md typos
Added p1 option to sasquatch extract rules
Additional comments to API.md example code.
Removed depreciated code from extractor.py
Minor changes to new_file plugin callback
Added new_file plugin callback method
Added binwalk.modules.extractor.output data to map scan results to carved/extracted files.
The rm option no longer deletes 0-size files; it also verifies that the file being deleted was not modified by the extractor
Updated API documentation
Fixed bug which caused multiple file data to be extracted to the same directory; added binwalk.modules.extractor.output dictionary to provide paths to the base output directory for each file.
Added option for specifying a custom output directory
Merge pull request #138 from ddcc/qnap
Merge pull request #136 from ddcc/master
add signature for encrypted qnap firmware
Merge pull request #137 from ddcc/sasquatch
fix commit ab2ace76dd3521c39394e4f3daf8dfbfe2d464d3:
fix minor spelling errors
Updated arcadyan firmware signature
Merge pull request #134 from ddcc/master
explicitly attempt both byte orderings with sasquatch to prevent failure with auto-detection
Merge pull request #133 from ddcc/master
modify vxworks signature to avoid false positives
Merge pull request #132 from ddcc/vxworks
Merge pull request #131 from ddcc/master
add wind river memfs little-endian signature, fix big-endian signature
add vxworks version signatures
fix more signedness issues
Merge pull request #128 from ddcc/master
fix negative memory address for tp-link firmware magic
Added deps.sh script for Debian systems
Change output directory to CWD; fixed entropy BLOCK_SIZE bug.
Addded idainstall and idauninstall to setup.py
Updated install documentation
Added Windows specific exceptions
Reverted unjffs2.py
Partial fix for entropy bugs in Windows
Fixed curses import bug in Windows