|
Include attributes of zipped binaries in ClientDownloadRequests.
This change give the SandboxedZipAnalyzer the power to extract archived
binaries into a temporary file and extract features from them.
BUG= 462584
Committed: https://crrev.com/88f4fa3f1874945019604aa1e88af6ebe61c1c1f
Cr-Commit-Position: refs/heads/master@{#321803}
Total comments: 3
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+532 lines, -96 lines) |
Patch |
 |
M |
chrome/browser/safe_browsing/download_protection_service.cc
|
View
|
1
2
3
4
5
6
7
|
4 chunks |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/sandboxed_zip_analyzer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
|
3 chunks |
+11 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome/browser/safe_browsing/sandboxed_zip_analyzer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
|
5 chunks |
+46 lines, -14 lines |
2 comments
|
Download
|
 |
A |
chrome/browser/safe_browsing/sandboxed_zip_analyzer_unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+180 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_common.gypi
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/chrome_tests_unit.gypi
|
View
|
1
2
3
4
5
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/chrome_utility_messages.h
|
View
|
1
2
3
4
5
6
7
|
3 chunks |
+71 lines, -5 lines |
0 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/binary_feature_extractor.h
|
View
|
1
2
3
4
5
|
2 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/binary_feature_extractor_posix.cc
|
View
|
1
2
3
4
5
|
1 chunk |
+7 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/binary_feature_extractor_win.cc
|
View
|
1
2
3
4
|
2 chunks |
+69 lines, -50 lines |
0 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/csd.proto
|
View
|
1
2
3
4
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/zip_analyzer.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -8 lines |
0 comments
|
Download
|
 |
M |
chrome/common/safe_browsing/zip_analyzer.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+75 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
chrome/common/safe_browsing/zip_analyzer_results.h
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
A |
chrome/common/safe_browsing/zip_analyzer_results.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+20 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome/utility/chrome_content_utility_client.h
|
View
|
1
2
3
4
5
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome/utility/chrome_content_utility_client.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+5 lines, -2 lines |
0 comments
|
Download
|
Total messages: 22 (8 generated)
|