Skip to content

Commit c0efde6

Browse files
committed
Merge remote-tracking branch 'vrig/main'
2 parents 3dab5f6 + 9dd3689 commit c0efde6

309 files changed

Lines changed: 95495 additions & 439 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.dockerignore

Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
# Git
2+
.git
3+
.gitignore
4+
5+
# Build artifacts
6+
.build/
7+
*.xcodeproj
8+
*.xcworkspace
9+
10+
# Swift Package Manager
11+
.swiftpm/
12+
Package.resolved
13+
14+
# Documentation
15+
Docs/
16+
*.md
17+
!README.md
18+
19+
# Tests
20+
Tests/
21+
22+
# Docker files (except the one we're using)
23+
Cloud/Docker/
24+
Cloud/GCE/
25+
Cloud/Triage/
26+
27+
# V8 source (will be built in container)
28+
v8/
29+
30+
# Temporary files
31+
*.tmp
32+
*.log
33+
.DS_Store
34+
Thumbs.db
35+
36+
# IDE files
37+
.vscode/
38+
.idea/
39+
*.swp
40+
*.swo
41+
42+
# OS files
43+
.DS_Store
44+
.DS_Store?
45+
._*
46+
.Spotlight-V100
47+
.Trashes
48+
ehthumbs.db
49+
Thumbs.db

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,6 @@ Cloud/GCE/config.sh
1414
# node.js dependencies, used by the JavaScript parser for the FuzzIL compiler
1515
node_modules
1616
package-lock.json
17+
18+
# V8 build directory for testing
19+
v8_build_test/

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[submodule "v8/v8"]
2+
path = v8/v8
3+
url = https://github.com/VRIG-RITSEC/v8.git

CONTRIBUTING.md

100644100755
File mode changed.

Cloud/Docker/Corpus/.gitignore

100644100755
File mode changed.

Cloud/Docker/Dockerfile

100644100755
File mode changed.

Cloud/Docker/DuktapeBuilder/.gitignore

100644100755
File mode changed.

Cloud/Docker/DuktapeBuilder/Dockerfile

100644100755
File mode changed.

Cloud/Docker/FuzzilliBuilder/.gitignore

100644100755
File mode changed.

Cloud/Docker/FuzzilliBuilder/Dockerfile

100644100755
File mode changed.

0 commit comments

Comments
 (0)