-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.gitignore
More file actions
91 lines (80 loc) · 1.66 KB
/
Copy path.gitignore
File metadata and controls
91 lines (80 loc) · 1.66 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
.obsidian/
vulnerabilities.db
chromium/CVE-2020-16045/cc
chromium/CVE-2020-16045/chrome
chromium/CVE-2020-16045/components
chromium/CVE-2020-16045/content
chromium/CVE-2020-16045/device
chromium/CVE-2020-16045/gpu
chromium/CVE-2020-16045/media
chromium/CVE-2020-16045/mojo
chromium/CVE-2020-16045/services
chromium/CVE-2020-16045/skia
chromium/CVE-2020-16045/third_party
chromium/CVE-2020-16045/ui
chromium/CVE-2020-16045/url
chromium/CVE-2020-16045/weblayer
chromium/CVE-2020-16045/mojo_bindings.js
Innocent_chained/app/build
Innocent/app/build
# Syzploit generated outputs
analysis_CVE-*/
syzploit/analysis_CVE-*/
syzploit/demo_CVE-*/
syzploit/syzploit_output/
syzploit/hunt_*/
syzploit/test_results/
syzploit/test_pipeline_*/
syzploit/test_final_*/
syzploit/app_audit_*/
syzploit/device_audit_*/
# Binaries and large files
*.o
*.pyc
__pycache__/
*.egg-info/
syzploit/badbinder
syzploit/badnode_working/badnode
syzploit/badnode_cve-2023-20938/adapted/*/badnode
syzploit/challenge_apks/
syzploit/kernel_Image
syzploit/vmlinux_extracted
syzploit/initramfs_check.img
syzploit/core.*
# Python caches and local environments
*.pyo
*.pyd
.pytest_cache/
.mypy_cache/
.ruff_cache/
.pytype/
.venv/
venv/
env/
ENV/
# Python packaging artifacts
.eggs/
**/build/
**/dist/
pip-wheel-metadata/
*.egg
*.whl
# Gradle generated outputs
**/.gradle/
# Local physical-device research workspace
kernel_PoCs/physical_phone/
# Local bad-dst baseline workspace
kernel_PoCs/bad_dst_cache/src_orig/
# Local debugger and agent state
.codex
.gdb_history
# Generated exploit executables
badnode
# Logs
nohup.out
syzploit/nohup.out
syzploit/run*.log
syzploit/queue_master.log
# Environment
syzploit/.env
syzploit/.venv/