Commit e98b4f3
Fix CI (#3752)
* remove extra portable_simd feature
* clang fmt fix
* maturin fix
* maybe fix QEMU builds
* remove support for concolic
* delete all concolic
* refactor: remove 'Constructor'from various crates (#3763)
* refactor: remove 'Constructor'from various crates
* refactor: remove obvious 'Constructor' docs from various crates
* refactor: resolved various Clippy warnings
* fix: clang-format issue (#3758)
* fix: clang-format issue
* unindent
---------
Co-authored-by: Addison <me@addisoncrump.info>
* reintroduce z3 dep
* mass update
* fix docs
* debug: add step to check for conflicting deps
* missed a spot
* defer cache pull until after we've tested the book
* fixup frida test
* clippy nit
* prefer LLVM 21 (compat with stable) over LLVM 18
* fix but better
* mark Cargo.lock as machine generated
* Use MAIN_LLVM_VERSION to find the correct llvm-config
* Allow force disabling pizza mode regardless of the date (#3778)
* Allow force disabling pizza mode regardless of the date
* Disable pizza mode in CI
* fixup remaining bits
---------
Co-authored-by: Addison Crump <addison.crump@cispa.de>
---------
Co-authored-by: Mannu Baveja <142614912+mannubaveja007@users.noreply.github.com>
Co-authored-by: Romain Malmain <romain.malmain@pm.me>
Co-authored-by: Valentin Huber <git@valentinhuber.me>1 parent 53281a7 commit e98b4f3
127 files changed
Lines changed: 32805 additions & 35041 deletions
File tree
- .github/workflows
- ubuntu-prepare
- bindings/pylibafl
- crates
- fast_rands/src
- libafl_bolts/src
- libafl_concolic
- symcc_libafl
- src
- symcc_runtime
- src
- filter
- test
- dump_constraints
- src
- runtime_test
- src
- libafl_targets/src
- libafl_tinyinst/src
- libafl
- src
- feedbacks
- monitors
- stats/user_stats
- observers
- concolic
- schedulers
- stages
- docs
- listings/baby_fuzzer
- listing-02
- listing-03
- listing-04
- listing-05
- listing-06
- src
- advanced_features
- getting_started
- fuzzers
- baby
- baby_fuzzer_custom_executor
- baby_fuzzer_minimizing
- baby_fuzzer_swap_differential
- baby_fuzzer_unicode
- backtrace_baby_fuzzers
- c_code_with_fork_executor
- c_code_with_inprocess_executor
- command_executor
- forkserver_executor
- rust_code_with_fork_executor
- rust_code_with_inprocess_executor
- binary_only
- frida_crash_repro
- corpus
- src
- frida_windows_gdiplus
- fuzzbench_fork_qemu
- fuzzbench_qemu
- intel_pt_command_executor
- qemu_cmin
- qemu_coverage
- qemu_launcher
- qemu_tmin
- tinyinst_simple
- test
- forkserver
- baby_fuzzer_with_forkexecutor
- forkserver_capture_stdout
- forkserver_libafl_cc
- forkserver_simple
- fuzzbench_forkserver_cmplog
- fuzzbench_forkserver_sand
- fuzzbench_forkserver
- libafl-fuzz
- full_system
- nyx_launcher
- nyx_libxml2_parallel
- nyx_libxml2_standalone
- qemu_baremetal
- qemu_linux_kernel
- qemu_linux_process
- unicorn
- fuzz_anything
- baby_no_std
- push_harness
- push_stage_harness
- inprocess
- libfuzzer_stb_image_sugar
- libfuzzer_stb_image
- structure_aware
- baby_fuzzer_custom_input
- baby_fuzzer_gramatron
- baby_fuzzer_grimoire
- baby_fuzzer_multi
- baby_fuzzer_nautilus
- baby_fuzzer_tokens
- forkserver_simple_nautilus
- libfuzzer_stb_image_concolic
- fuzzer
- src
- runtime
- src
- scripts
- utils
- libafl_repo_tools
- src
- multi_machine_generator
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| 14 | + | |
14 | 15 | | |
15 | 16 | | |
16 | | - | |
| 17 | + | |
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
| |||
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | 54 | | |
59 | 55 | | |
60 | 56 | | |
| 57 | + | |
| 58 | + | |
61 | 59 | | |
62 | 60 | | |
63 | 61 | | |
| |||
73 | 71 | | |
74 | 72 | | |
75 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
76 | 80 | | |
77 | 81 | | |
78 | 82 | | |
| |||
189 | 193 | | |
190 | 194 | | |
191 | 195 | | |
192 | | - | |
193 | | - | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | 196 | | |
207 | 197 | | |
208 | 198 | | |
| |||
340 | 330 | | |
341 | 331 | | |
342 | 332 | | |
343 | | - | |
344 | 333 | | |
345 | 334 | | |
346 | 335 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | 14 | | |
19 | 15 | | |
20 | 16 | | |
| |||
68 | 64 | | |
69 | 65 | | |
70 | 66 | | |
71 | | - | |
72 | | - | |
73 | 67 | | |
74 | 68 | | |
75 | 69 | | |
| |||
109 | 103 | | |
110 | 104 | | |
111 | 105 | | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | 106 | | |
119 | 107 | | |
120 | 108 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
177 | 177 | | |
178 | 178 | | |
179 | 179 | | |
180 | | - | |
| 180 | + | |
181 | 181 | | |
182 | 182 | | |
183 | 183 | | |
| |||
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
261 | | - | |
262 | | - | |
263 | | - | |
264 | | - | |
265 | 260 | | |
266 | 261 | | |
267 | 262 | | |
268 | 263 | | |
269 | 264 | | |
270 | 265 | | |
271 | | - | |
| 266 | + | |
272 | 267 | | |
273 | 268 | | |
274 | 269 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
42 | 41 | | |
43 | 42 | | |
44 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
26 | 25 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
15 | 14 | | |
16 | 15 | | |
17 | 16 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
135 | 135 | | |
136 | 136 | | |
137 | 137 | | |
138 | | - | |
139 | | - | |
140 | | - | |
141 | 138 | | |
142 | 139 | | |
143 | 140 | | |
| |||
291 | 288 | | |
292 | 289 | | |
293 | 290 | | |
294 | | - | |
| 291 | + | |
295 | 292 | | |
296 | 293 | | |
297 | 294 | | |
| |||
0 commit comments