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
6b4efd0558a5aaf19fcfe5ca85b7af5023f5996f
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
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
28
27
26
22
23
22
21
22
21
20
19
18
17
16
17
16
15
10
15
Fixed TRX signature bug
Minor change to spacing in help output
Fixed file open bug when attempting to scan a large number of files at once.
Added check for pyqtgraph and warning if not found during entropy scans
Merge pull request #104 from anthraxx/master
fixing python3 --disas option (using compat dict iterator)
Merge pull request #102 from Lekensteyn/fixes
Fix running binwalk from build dir
Remove dependency on Java
Fixed JPEG signature bug
Added explicit success return codes for gzip and 7z extraction rules
Added ability to specify explicit return codes for external extractors
Fixed type checking in magic.py
Added extractor.directory attribute which contains the absolute base extraction directory; fixed extraction path name cration bug.
Merge pull request #96 from ddcc/master
Move 'archive data' string for Zip to ensure match on binwalk -y archive
Merge pull request #92 from ddcc/master
Modify arj configuration to assume yes on all queries; prevent hang on user input
Fixed magic.py duplicates bug; fixed binvis python3 bug.
Fixed squashfs mount rule
Fixed multiple signdness signature bugs
Updated uimage signature
Merge pull request #90 from ddcc/master
Fix bug with unsigned values appearing as negative signed values
Updated install docs to include unstuff
Updated stuffit signatures
Merge pull request #89 from ssem/master
added Stuffit Support
Fixed CramFS signature bugs
Added back trx validation checks
Merge pull request #87 from ddcc/master
Update header for trx to include versioning and partition offsets
Improved arcadyan signature
Fixed rising/falling entropy edge trigger reset bug
Fixed entropy yrange bug
Updated VxWorks symbol table signatures
Fixed EXT signature bugs
Directory cleanup; signature updates
Disabled pyqtgraph autoranging on generated entropy graphs
Updated entropy arguments; fixed entropy trigger bugs