From 72adb483b528978f838756bc90c3ea541e375330 Mon Sep 17 00:00:00 2001 From: "Dongjia \"toka\" Zhang" Date: Mon, 20 Jan 2025 17:44:55 +0100 Subject: [PATCH] 0.15.0 (#2848) * libafl pre-release edition * oops * aaa --- Cargo.toml | 50 +++++++++---------- MIGRATION.md | 2 +- bindings/pylibafl/Cargo.toml | 8 +-- bindings/pylibafl/pyproject.toml | 2 +- .../baby_fuzzer/listing-01/Cargo.toml | 2 +- .../baby_fuzzer/listing-02/Cargo.toml | 2 +- .../baby_fuzzer/listing-03/Cargo.toml | 2 +- .../baby_fuzzer/listing-04/Cargo.toml | 2 +- .../baby_fuzzer/listing-05/Cargo.toml | 2 +- .../baby_fuzzer/listing-06/Cargo.toml | 2 +- .../baby_fuzzer_custom_executor/Cargo.toml | 2 +- .../baby/baby_fuzzer_minimizing/Cargo.toml | 2 +- .../baby_fuzzer_swap_differential/Cargo.toml | 2 +- fuzzers/baby/baby_fuzzer_unicode/Cargo.toml | 2 +- .../c_code_with_fork_executor/Cargo.toml | 2 +- .../c_code_with_inprocess_executor/Cargo.toml | 2 +- .../command_executor/Cargo.toml | 2 +- .../forkserver_executor/Cargo.toml | 2 +- .../rust_code_with_fork_executor/Cargo.toml | 2 +- .../Cargo.toml | 2 +- fuzzers/baby/tutorial/Cargo.toml | 2 +- .../frida_executable_libpng/Cargo.toml | 2 +- fuzzers/binary_only/frida_libpng/Cargo.toml | 2 +- .../frida_windows_gdiplus/Cargo.toml | 2 +- .../fuzzbench_fork_qemu/Cargo.toml | 2 +- fuzzers/binary_only/fuzzbench_qemu/Cargo.toml | 4 +- fuzzers/binary_only/qemu_cmin/Cargo.toml | 2 +- fuzzers/binary_only/qemu_coverage/Cargo.toml | 2 +- fuzzers/binary_only/qemu_launcher/Cargo.toml | 2 +- .../binary_only/tinyinst_simple/Cargo.toml | 2 +- .../baby_fuzzer_with_forkexecutor/Cargo.toml | 2 +- .../forkserver_libafl_cc/Cargo.toml | 2 +- .../fuzzbench_forkserver/Cargo.toml | 2 +- .../fuzzbench_forkserver_cmplog/Cargo.toml | 2 +- fuzzers/forkserver/libafl-fuzz/Cargo.toml | 2 +- .../nyx_libxml2_parallel/Cargo.toml | 2 +- .../nyx_libxml2_standalone/Cargo.toml | 2 +- fuzzers/full_system/qemu_baremetal/Cargo.toml | 2 +- .../full_system/qemu_linux_kernel/Cargo.toml | 2 +- .../full_system/qemu_linux_process/Cargo.toml | 2 +- .../fuzz_anything/baby_fuzzer_wasm/Cargo.toml | 2 +- fuzzers/fuzz_anything/baby_no_std/Cargo.toml | 2 +- fuzzers/fuzz_anything/cargo_fuzz/Cargo.toml | 2 +- .../fuzz_anything/cargo_fuzz/fuzz/Cargo.toml | 2 +- .../fuzz_anything/libafl_atheris/Cargo.toml | 2 +- fuzzers/fuzz_anything/push_harness/Cargo.toml | 2 +- .../push_stage_harness/Cargo.toml | 2 +- fuzzers/inprocess/dynamic_analysis/Cargo.toml | 2 +- fuzzers/inprocess/fuzzbench/Cargo.toml | 2 +- fuzzers/inprocess/fuzzbench_ctx/Cargo.toml | 2 +- fuzzers/inprocess/fuzzbench_text/Cargo.toml | 2 +- .../inprocess/libfuzzer_libmozjpeg/Cargo.toml | 2 +- fuzzers/inprocess/libfuzzer_libpng/Cargo.toml | 2 +- .../libfuzzer_libpng_accounting/Cargo.toml | 2 +- .../libfuzzer_libpng_centralized/Cargo.toml | 2 +- .../libfuzzer_libpng_cmin/Cargo.toml | 2 +- .../libfuzzer_libpng_launcher/Cargo.toml | 2 +- .../libfuzzer_libpng_norestart/Cargo.toml | 2 +- .../libfuzzer_libpng_tcp_manager/Cargo.toml | 2 +- .../inprocess/libfuzzer_stb_image/Cargo.toml | 2 +- .../libfuzzer_stb_image_sugar/Cargo.toml | 2 +- .../libfuzzer_windows_asan/Cargo.toml | 2 +- .../Cargo.toml | 2 +- .../baby_fuzzer_gramatron/Cargo.toml | 2 +- .../baby_fuzzer_grimoire/Cargo.toml | 2 +- .../baby_fuzzer_multi/Cargo.toml | 2 +- .../baby_fuzzer_nautilus/Cargo.toml | 2 +- .../baby_fuzzer_tokens/Cargo.toml | 2 +- .../forkserver_simple_nautilus/Cargo.toml | 2 +- .../fuzzer/Cargo.toml | 2 +- .../runtime/Cargo.toml | 2 +- .../structure_aware/nautilus_sync/Cargo.toml | 2 +- libafl_libfuzzer/runtime/Cargo.toml.template | 2 +- utils/desyscall/Cargo.toml | 2 +- utils/gdb_qemu/gdb_demo/Cargo.toml | 2 +- utils/gdb_qemu/gdb_qemu/Cargo.toml | 2 +- utils/libafl_fmt/Cargo.toml | 2 +- utils/multi_machine_generator/Cargo.toml | 2 +- utils/noaslr/demo/Cargo.toml | 2 +- utils/noaslr/libnoaslr/Cargo.toml | 2 +- utils/noaslr/noaslr/Cargo.toml | 2 +- 81 files changed, 109 insertions(+), 109 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 66cd22bc30..588f8b55aa 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -49,35 +49,35 @@ exclude = [ ] [workspace.package] -version = "0.14.1" +version = "0.15.0" license = "MIT OR Apache-2.0" [workspace.dependencies] # Internal deps -libafl = { path = "./libafl", version = "0.14.1", default-features = false } -libafl_bolts = { path = "./libafl_bolts", version = "0.14.1", default-features = false } -libafl_cc = { path = "./libafl_cc", version = "0.14.1", default-features = false } -symcc_runtime = { path = "./libafl_concolic/symcc_runtime", version = "0.14.1", default-features = false } -symcc_libafl = { path = "./libafl_concolic/symcc_libafl", version = "0.14.1", default-features = false } -libafl_derive = { path = "./libafl_derive", version = "0.14.1", default-features = false } -libafl_frida = { path = "./libafl_frida", version = "0.14.1", default-features = false } -libafl_intelpt = { path = "./libafl_intelpt", version = "0.14.1", default-features = false } -libafl_libfuzzer = { path = "./libafl_libfuzzer", version = "0.14.1", default-features = false } -libafl_nyx = { path = "./libafl_nyx", version = "0.14.1", default-features = false } -libafl_targets = { path = "./libafl_targets", version = "0.14.1", default-features = false } -libafl_tinyinst = { path = "./libafl_tinyinst", version = "0.14.1", default-features = false } -libafl_qemu = { path = "./libafl_qemu", version = "0.14.1", default-features = false } -libafl_qemu_build = { path = "./libafl_qemu/libafl_qemu_build", version = "0.14.1", default-features = false } -libafl_qemu_sys = { path = "./libafl_qemu/libafl_qemu_sys", version = "0.14.1", default-features = false } -libafl_sugar = { path = "./libafl_sugar", version = "0.14.1", default-features = false } -dump_constraints = { path = "./libafl_concolic/test/dump_constraints", version = "0.14.1", default-features = false } -runtime_test = { path = "./libafl_concolic/test/runtime_test", version = "0.14.1", default-features = false } -build_and_test_fuzzers = { path = "./utils/build_and_test_fuzzers", version = "0.14.1", default-features = false } -deexit = { path = "./utils/deexit", version = "0.14.1", default-features = false } -drcov_utils = { path = "./utils/drcov_utils", version = "0.14.1", default-features = false } -construct_automata = { path = "./utils/gramatron/construct_automata", version = "0.14.1", default-features = false } -libafl_benches = { path = "./utils/libafl_benches", version = "0.14.1", default-features = false } -libafl_jumper = { path = "./utils/libafl_jumper", version = "0.14.1", default-features = false } +libafl = { path = "./libafl", version = "0.15.0", default-features = false } +libafl_bolts = { path = "./libafl_bolts", version = "0.15.0", default-features = false } +libafl_cc = { path = "./libafl_cc", version = "0.15.0", default-features = false } +symcc_runtime = { path = "./libafl_concolic/symcc_runtime", version = "0.15.0", default-features = false } +symcc_libafl = { path = "./libafl_concolic/symcc_libafl", version = "0.15.0", default-features = false } +libafl_derive = { path = "./libafl_derive", version = "0.15.0", default-features = false } +libafl_frida = { path = "./libafl_frida", version = "0.15.0", default-features = false } +libafl_intelpt = { path = "./libafl_intelpt", version = "0.15.0", default-features = false } +libafl_libfuzzer = { path = "./libafl_libfuzzer", version = "0.15.0", default-features = false } +libafl_nyx = { path = "./libafl_nyx", version = "0.15.0", default-features = false } +libafl_targets = { path = "./libafl_targets", version = "0.15.0", default-features = false } +libafl_tinyinst = { path = "./libafl_tinyinst", version = "0.15.0", default-features = false } +libafl_qemu = { path = "./libafl_qemu", version = "0.15.0", default-features = false } +libafl_qemu_build = { path = "./libafl_qemu/libafl_qemu_build", version = "0.15.0", default-features = false } +libafl_qemu_sys = { path = "./libafl_qemu/libafl_qemu_sys", version = "0.15.0", default-features = false } +libafl_sugar = { path = "./libafl_sugar", version = "0.15.0", default-features = false } +dump_constraints = { path = "./libafl_concolic/test/dump_constraints", version = "0.15.0", default-features = false } +runtime_test = { path = "./libafl_concolic/test/runtime_test", version = "0.15.0", default-features = false } +build_and_test_fuzzers = { path = "./utils/build_and_test_fuzzers", version = "0.15.0", default-features = false } +deexit = { path = "./utils/deexit", version = "0.15.0", default-features = false } +drcov_utils = { path = "./utils/drcov_utils", version = "0.15.0", default-features = false } +construct_automata = { path = "./utils/gramatron/construct_automata", version = "0.15.0", default-features = false } +libafl_benches = { path = "./utils/libafl_benches", version = "0.15.0", default-features = false } +libafl_jumper = { path = "./utils/libafl_jumper", version = "0.15.0", default-features = false } # External deps ahash = { version = "0.8.11", default-features = false } # The hash function already used in hashbrown diff --git a/MIGRATION.md b/MIGRATION.md index f50bf045b3..143d288bde 100644 --- a/MIGRATION.md +++ b/MIGRATION.md @@ -21,7 +21,7 @@ - Restrictions from certain schedulers and stages that required their inner observer to implement `MapObserver` have been lifted in favor of requiring `Hash` - Related: removed `hash_simple` from `MapObserver` -# 0.14.0 -> 0.14.1 +# 0.14.0 -> 0.15.0 - Removed `with_observers` from `Executor` trait. - `MmapShMemProvider::new_shmem_persistent` has been removed in favour of `MmapShMem::persist`. You probably want to do something like this: `let shmem = MmapShMemProvider::new()?.new_shmem(size)?.persist()?;` diff --git a/bindings/pylibafl/Cargo.toml b/bindings/pylibafl/Cargo.toml index 6f3c1db320..dc63e25c79 100644 --- a/bindings/pylibafl/Cargo.toml +++ b/bindings/pylibafl/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pylibafl" description = "Python bindings for LibAFL" -version = "0.14.1" +version = "0.15.0" license = "MIT OR Apache-2.0" repository = "https://github.com/AFLplusplus/LibAFL/" keywords = ["fuzzing", "testing", "security", "python"] @@ -11,15 +11,15 @@ categories = ["development-tools::testing", "emulators", "embedded", "os"] [dependencies] pyo3 = { workspace = true, features = ["extension-module"] } pyo3-log = { version = "0.12.0" } -libafl_sugar = { path = "../../libafl_sugar", version = "0.14.1", features = [ +libafl_sugar = { path = "../../libafl_sugar", version = "0.15.0", features = [ "python", ] } -libafl_bolts = { path = "../../libafl_bolts", version = "0.14.1", features = [ +libafl_bolts = { path = "../../libafl_bolts", version = "0.15.0", features = [ "python", ] } [target.'cfg(target_os = "linux")'.dependencies] -libafl_qemu = { path = "../../libafl_qemu", version = "0.14.1", features = [ +libafl_qemu = { path = "../../libafl_qemu", version = "0.15.0", features = [ "python", ] } diff --git a/bindings/pylibafl/pyproject.toml b/bindings/pylibafl/pyproject.toml index 4fa0ba21e3..bc5505cd37 100644 --- a/bindings/pylibafl/pyproject.toml +++ b/bindings/pylibafl/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "maturin" [project] name = "PyLibAFL" -version = "0.14.1" +version = "0.15.0" description = "Advanced Fuzzing Library for Python" readme = "README.md" requires-python = ">=3.8" diff --git a/docs/listings/baby_fuzzer/listing-01/Cargo.toml b/docs/listings/baby_fuzzer/listing-01/Cargo.toml index 345a38ada2..92c86b3809 100644 --- a/docs/listings/baby_fuzzer/listing-01/Cargo.toml +++ b/docs/listings/baby_fuzzer/listing-01/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_listing_01" -version = "0.14.1" +version = "0.15.0" authors = ["Your Name "] edition = "2018" diff --git a/docs/listings/baby_fuzzer/listing-02/Cargo.toml b/docs/listings/baby_fuzzer/listing-02/Cargo.toml index 586a3e9860..c3eb7f3348 100644 --- a/docs/listings/baby_fuzzer/listing-02/Cargo.toml +++ b/docs/listings/baby_fuzzer/listing-02/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_listing_02" -version = "0.14.1" +version = "0.15.0" authors = ["Your Name "] edition = "2018" diff --git a/docs/listings/baby_fuzzer/listing-03/Cargo.toml b/docs/listings/baby_fuzzer/listing-03/Cargo.toml index abdf6ae8ad..dab0e3a18e 100644 --- a/docs/listings/baby_fuzzer/listing-03/Cargo.toml +++ b/docs/listings/baby_fuzzer/listing-03/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_listing_03" -version = "0.14.1" +version = "0.15.0" authors = ["Your Name "] edition = "2018" diff --git a/docs/listings/baby_fuzzer/listing-04/Cargo.toml b/docs/listings/baby_fuzzer/listing-04/Cargo.toml index 70942eb1b8..226c0b983a 100644 --- a/docs/listings/baby_fuzzer/listing-04/Cargo.toml +++ b/docs/listings/baby_fuzzer/listing-04/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_listing_04" -version = "0.14.1" +version = "0.15.0" authors = ["Your Name "] edition = "2018" diff --git a/docs/listings/baby_fuzzer/listing-05/Cargo.toml b/docs/listings/baby_fuzzer/listing-05/Cargo.toml index a91cd70a6d..81db66b0f7 100644 --- a/docs/listings/baby_fuzzer/listing-05/Cargo.toml +++ b/docs/listings/baby_fuzzer/listing-05/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_listing_05" -version = "0.14.1" +version = "0.15.0" authors = ["Your Name "] edition = "2018" diff --git a/docs/listings/baby_fuzzer/listing-06/Cargo.toml b/docs/listings/baby_fuzzer/listing-06/Cargo.toml index 88842caea1..279f350090 100644 --- a/docs/listings/baby_fuzzer/listing-06/Cargo.toml +++ b/docs/listings/baby_fuzzer/listing-06/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_listing_06" -version = "0.14.1" +version = "0.15.0" authors = ["Your Name "] edition = "2018" diff --git a/fuzzers/baby/baby_fuzzer_custom_executor/Cargo.toml b/fuzzers/baby/baby_fuzzer_custom_executor/Cargo.toml index 969bbf0bb1..9ef4c0b2a4 100644 --- a/fuzzers/baby/baby_fuzzer_custom_executor/Cargo.toml +++ b/fuzzers/baby/baby_fuzzer_custom_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzer_custom_executor" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/baby/baby_fuzzer_minimizing/Cargo.toml b/fuzzers/baby/baby_fuzzer_minimizing/Cargo.toml index 1623c2061e..ee97f267d3 100644 --- a/fuzzers/baby/baby_fuzzer_minimizing/Cargo.toml +++ b/fuzzers/baby/baby_fuzzer_minimizing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_minimizing" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/baby/baby_fuzzer_swap_differential/Cargo.toml b/fuzzers/baby/baby_fuzzer_swap_differential/Cargo.toml index 5eb8198964..f289cdca36 100644 --- a/fuzzers/baby/baby_fuzzer_swap_differential/Cargo.toml +++ b/fuzzers/baby/baby_fuzzer_swap_differential/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_swap_differential" -version = "0.14.1" +version = "0.15.0" authors = ["Addison Crump "] edition = "2021" default-run = "fuzzer_sd" diff --git a/fuzzers/baby/baby_fuzzer_unicode/Cargo.toml b/fuzzers/baby/baby_fuzzer_unicode/Cargo.toml index 0f5e44c398..a183a14698 100644 --- a/fuzzers/baby/baby_fuzzer_unicode/Cargo.toml +++ b/fuzzers/baby/baby_fuzzer_unicode/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_unicode" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_fork_executor/Cargo.toml b/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_fork_executor/Cargo.toml index 544ec2d892..184d4b6c36 100644 --- a/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_fork_executor/Cargo.toml +++ b/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_fork_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c_code_with_fork_executor" -version = "0.14.1" +version = "0.15.0" edition = "2021" [features] diff --git a/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_inprocess_executor/Cargo.toml b/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_inprocess_executor/Cargo.toml index 819fef654c..b6ce0b6c8f 100644 --- a/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_inprocess_executor/Cargo.toml +++ b/fuzzers/baby/backtrace_baby_fuzzers/c_code_with_inprocess_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "c_code_with_inprocess_executor" -version = "0.14.1" +version = "0.15.0" edition = "2021" [features] diff --git a/fuzzers/baby/backtrace_baby_fuzzers/command_executor/Cargo.toml b/fuzzers/baby/backtrace_baby_fuzzers/command_executor/Cargo.toml index 5a0b42dfc1..edc8567794 100644 --- a/fuzzers/baby/backtrace_baby_fuzzers/command_executor/Cargo.toml +++ b/fuzzers/baby/backtrace_baby_fuzzers/command_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "command_executor" -version = "0.14.1" +version = "0.15.0" edition = "2021" [features] diff --git a/fuzzers/baby/backtrace_baby_fuzzers/forkserver_executor/Cargo.toml b/fuzzers/baby/backtrace_baby_fuzzers/forkserver_executor/Cargo.toml index 3bdd6b83f2..d1f9f29050 100644 --- a/fuzzers/baby/backtrace_baby_fuzzers/forkserver_executor/Cargo.toml +++ b/fuzzers/baby/backtrace_baby_fuzzers/forkserver_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forkserver_executor" -version = "0.14.1" +version = "0.15.0" edition = "2021" diff --git a/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_fork_executor/Cargo.toml b/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_fork_executor/Cargo.toml index e5a51745e1..fc99b48792 100644 --- a/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_fork_executor/Cargo.toml +++ b/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_fork_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_code_with_fork_executor" -version = "0.14.1" +version = "0.15.0" edition = "2021" [features] diff --git a/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_inprocess_executor/Cargo.toml b/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_inprocess_executor/Cargo.toml index a0f6350b15..40724e6101 100644 --- a/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_inprocess_executor/Cargo.toml +++ b/fuzzers/baby/backtrace_baby_fuzzers/rust_code_with_inprocess_executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rust_code_with_inprocess_executor" -version = "0.14.1" +version = "0.15.0" edition = "2021" [features] diff --git a/fuzzers/baby/tutorial/Cargo.toml b/fuzzers/baby/tutorial/Cargo.toml index 7e764b303e..7b14a2cfc1 100644 --- a/fuzzers/baby/tutorial/Cargo.toml +++ b/fuzzers/baby/tutorial/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tutorial" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/binary_only/frida_executable_libpng/Cargo.toml b/fuzzers/binary_only/frida_executable_libpng/Cargo.toml index 2be49193a2..85929c067c 100644 --- a/fuzzers/binary_only/frida_executable_libpng/Cargo.toml +++ b/fuzzers/binary_only/frida_executable_libpng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frida_executable_fuzzer" -version = "0.14.1" +version = "0.15.0" edition = "2021" [lib] diff --git a/fuzzers/binary_only/frida_libpng/Cargo.toml b/fuzzers/binary_only/frida_libpng/Cargo.toml index 59d011ef1c..21e8dbd808 100644 --- a/fuzzers/binary_only/frida_libpng/Cargo.toml +++ b/fuzzers/binary_only/frida_libpng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frida_fuzzer" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/binary_only/frida_windows_gdiplus/Cargo.toml b/fuzzers/binary_only/frida_windows_gdiplus/Cargo.toml index 92ae48c01e..0923ddac8c 100644 --- a/fuzzers/binary_only/frida_windows_gdiplus/Cargo.toml +++ b/fuzzers/binary_only/frida_windows_gdiplus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frida_windows_gdiplus" -version = "0.14.1" +version = "0.15.0" authors = ["Richard Johnson "] edition = "2021" diff --git a/fuzzers/binary_only/fuzzbench_fork_qemu/Cargo.toml b/fuzzers/binary_only/fuzzbench_fork_qemu/Cargo.toml index a02213c7fa..f3561c0f90 100644 --- a/fuzzers/binary_only/fuzzbench_fork_qemu/Cargo.toml +++ b/fuzzers/binary_only/fuzzbench_fork_qemu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzbench_fork_qemu" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/binary_only/fuzzbench_qemu/Cargo.toml b/fuzzers/binary_only/fuzzbench_qemu/Cargo.toml index 6bef3d9f1c..d290d2b4c5 100644 --- a/fuzzers/binary_only/fuzzbench_qemu/Cargo.toml +++ b/fuzzers/binary_only/fuzzbench_qemu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzbench_qemu" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", @@ -29,7 +29,7 @@ libafl_qemu = { path = "../../../libafl_qemu", features = [ "x86_64", "usermode", ] } -libafl_targets = { path = "../../../libafl_targets", version = "0.14.1" } +libafl_targets = { path = "../../../libafl_targets", version = "0.15.0" } env_logger = "0.11.5" log = { version = "0.4.22", features = ["release_max_level_info"] } diff --git a/fuzzers/binary_only/qemu_cmin/Cargo.toml b/fuzzers/binary_only/qemu_cmin/Cargo.toml index a840ce706b..a4eac89718 100644 --- a/fuzzers/binary_only/qemu_cmin/Cargo.toml +++ b/fuzzers/binary_only/qemu_cmin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qemu_cmin" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/binary_only/qemu_coverage/Cargo.toml b/fuzzers/binary_only/qemu_coverage/Cargo.toml index 5f25406d55..6253da1735 100644 --- a/fuzzers/binary_only/qemu_coverage/Cargo.toml +++ b/fuzzers/binary_only/qemu_coverage/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qemu_coverage" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/binary_only/qemu_launcher/Cargo.toml b/fuzzers/binary_only/qemu_launcher/Cargo.toml index ff62649103..38935434a2 100644 --- a/fuzzers/binary_only/qemu_launcher/Cargo.toml +++ b/fuzzers/binary_only/qemu_launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qemu_launcher" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/binary_only/tinyinst_simple/Cargo.toml b/fuzzers/binary_only/tinyinst_simple/Cargo.toml index a4a7f16ccf..bf6d725ccd 100644 --- a/fuzzers/binary_only/tinyinst_simple/Cargo.toml +++ b/fuzzers/binary_only/tinyinst_simple/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tinyinst_simple" -version = "0.14.1" +version = "0.15.0" edition = "2021" [dependencies] diff --git a/fuzzers/forkserver/baby_fuzzer_with_forkexecutor/Cargo.toml b/fuzzers/forkserver/baby_fuzzer_with_forkexecutor/Cargo.toml index c4451befd8..a1363be80c 100644 --- a/fuzzers/forkserver/baby_fuzzer_with_forkexecutor/Cargo.toml +++ b/fuzzers/forkserver/baby_fuzzer_with_forkexecutor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_with_forkexecutor" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/forkserver/forkserver_libafl_cc/Cargo.toml b/fuzzers/forkserver/forkserver_libafl_cc/Cargo.toml index 2081a1e305..09eb71cb34 100644 --- a/fuzzers/forkserver/forkserver_libafl_cc/Cargo.toml +++ b/fuzzers/forkserver/forkserver_libafl_cc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forkserver_libafl_cc" -version = "0.14.1" +version = "0.15.0" authors = ["ergrelet "] edition = "2021" diff --git a/fuzzers/forkserver/fuzzbench_forkserver/Cargo.toml b/fuzzers/forkserver/fuzzbench_forkserver/Cargo.toml index 7b8126cc3d..03578e6a02 100644 --- a/fuzzers/forkserver/fuzzbench_forkserver/Cargo.toml +++ b/fuzzers/forkserver/fuzzbench_forkserver/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzbench_forkserver" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/forkserver/fuzzbench_forkserver_cmplog/Cargo.toml b/fuzzers/forkserver/fuzzbench_forkserver_cmplog/Cargo.toml index 4ce57af8d8..3ba60db390 100644 --- a/fuzzers/forkserver/fuzzbench_forkserver_cmplog/Cargo.toml +++ b/fuzzers/forkserver/fuzzbench_forkserver_cmplog/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzbench_forkserver_cmplog" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/forkserver/libafl-fuzz/Cargo.toml b/fuzzers/forkserver/libafl-fuzz/Cargo.toml index ca4010f576..4213a46d31 100644 --- a/fuzzers/forkserver/libafl-fuzz/Cargo.toml +++ b/fuzzers/forkserver/libafl-fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl-fuzz" -version = "0.14.1" +version = "0.15.0" description = "Reimplementation of afl-fuzz on top of LibAFL" documentation = "https://docs.rs/libafl" authors = ["Aarnav Bos "] diff --git a/fuzzers/full_system/nyx_libxml2_parallel/Cargo.toml b/fuzzers/full_system/nyx_libxml2_parallel/Cargo.toml index 8199ad78a0..0537d4a32f 100644 --- a/fuzzers/full_system/nyx_libxml2_parallel/Cargo.toml +++ b/fuzzers/full_system/nyx_libxml2_parallel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyx_libxml2_parallel" -version = "0.14.1" +version = "0.15.0" edition = "2021" default-run = "nyx_libxml2_parallel" diff --git a/fuzzers/full_system/nyx_libxml2_standalone/Cargo.toml b/fuzzers/full_system/nyx_libxml2_standalone/Cargo.toml index 36d50491d4..64c568ce32 100644 --- a/fuzzers/full_system/nyx_libxml2_standalone/Cargo.toml +++ b/fuzzers/full_system/nyx_libxml2_standalone/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nyx_libxml2_standalone" -version = "0.14.1" +version = "0.15.0" edition = "2021" default-run = "nyx_libxml2_standalone" diff --git a/fuzzers/full_system/qemu_baremetal/Cargo.toml b/fuzzers/full_system/qemu_baremetal/Cargo.toml index 22c58a9144..efa03169ab 100644 --- a/fuzzers/full_system/qemu_baremetal/Cargo.toml +++ b/fuzzers/full_system/qemu_baremetal/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qemu_baremetal" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/full_system/qemu_linux_kernel/Cargo.toml b/fuzzers/full_system/qemu_linux_kernel/Cargo.toml index d3201ecbb6..e1a2169e77 100644 --- a/fuzzers/full_system/qemu_linux_kernel/Cargo.toml +++ b/fuzzers/full_system/qemu_linux_kernel/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qemu_linux_kernel" -version = "0.14.1" +version = "0.15.0" authors = [ "Romain Malmain ", "Dongjia Zhang ", diff --git a/fuzzers/full_system/qemu_linux_process/Cargo.toml b/fuzzers/full_system/qemu_linux_process/Cargo.toml index e6f342d898..df5db1bc58 100644 --- a/fuzzers/full_system/qemu_linux_process/Cargo.toml +++ b/fuzzers/full_system/qemu_linux_process/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "qemu_linux_process" -version = "0.14.1" +version = "0.15.0" authors = ["Romain Malmain "] edition = "2021" diff --git a/fuzzers/fuzz_anything/baby_fuzzer_wasm/Cargo.toml b/fuzzers/fuzz_anything/baby_fuzzer_wasm/Cargo.toml index 43275df37e..ed2f6fcabd 100644 --- a/fuzzers/fuzz_anything/baby_fuzzer_wasm/Cargo.toml +++ b/fuzzers/fuzz_anything/baby_fuzzer_wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_wasm" -version = "0.14.1" +version = "0.15.0" authors = ["Addison Crump "] edition = "2018" diff --git a/fuzzers/fuzz_anything/baby_no_std/Cargo.toml b/fuzzers/fuzz_anything/baby_no_std/Cargo.toml index d0cd597a02..5f2aa5a5fd 100644 --- a/fuzzers/fuzz_anything/baby_no_std/Cargo.toml +++ b/fuzzers/fuzz_anything/baby_no_std/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_no_std" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/fuzz_anything/cargo_fuzz/Cargo.toml b/fuzzers/fuzz_anything/cargo_fuzz/Cargo.toml index 879df659c4..17953b0fa6 100644 --- a/fuzzers/fuzz_anything/cargo_fuzz/Cargo.toml +++ b/fuzzers/fuzz_anything/cargo_fuzz/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cargo_fuzz_test" edition = "2021" -version = "0.14.1" +version = "0.15.0" description = "test" authors = [ "Andrea Fioraldi ", diff --git a/fuzzers/fuzz_anything/cargo_fuzz/fuzz/Cargo.toml b/fuzzers/fuzz_anything/cargo_fuzz/fuzz/Cargo.toml index 8cca2dc640..3bb66a5fcf 100644 --- a/fuzzers/fuzz_anything/cargo_fuzz/fuzz/Cargo.toml +++ b/fuzzers/fuzz_anything/cargo_fuzz/fuzz/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl-fuzz" -version = "0.14.1" +version = "0.15.0" publish = false edition = "2021" diff --git a/fuzzers/fuzz_anything/libafl_atheris/Cargo.toml b/fuzzers/fuzz_anything/libafl_atheris/Cargo.toml index feafe5952b..28a934f307 100644 --- a/fuzzers/fuzz_anything/libafl_atheris/Cargo.toml +++ b/fuzzers/fuzz_anything/libafl_atheris/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_atheris" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/fuzz_anything/push_harness/Cargo.toml b/fuzzers/fuzz_anything/push_harness/Cargo.toml index 0fc39c468c..fc4ed62c73 100644 --- a/fuzzers/fuzz_anything/push_harness/Cargo.toml +++ b/fuzzers/fuzz_anything/push_harness/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "push_harness" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/fuzz_anything/push_stage_harness/Cargo.toml b/fuzzers/fuzz_anything/push_stage_harness/Cargo.toml index abe2527b32..eb2ae77571 100644 --- a/fuzzers/fuzz_anything/push_stage_harness/Cargo.toml +++ b/fuzzers/fuzz_anything/push_stage_harness/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "push_stage_harness" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/dynamic_analysis/Cargo.toml b/fuzzers/inprocess/dynamic_analysis/Cargo.toml index 9199eef50e..4e728c638b 100644 --- a/fuzzers/inprocess/dynamic_analysis/Cargo.toml +++ b/fuzzers/inprocess/dynamic_analysis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "dynamic_analysis" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/fuzzbench/Cargo.toml b/fuzzers/inprocess/fuzzbench/Cargo.toml index b3435c753b..99cdd67180 100644 --- a/fuzzers/inprocess/fuzzbench/Cargo.toml +++ b/fuzzers/inprocess/fuzzbench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzbench" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/fuzzbench_ctx/Cargo.toml b/fuzzers/inprocess/fuzzbench_ctx/Cargo.toml index 5fa2b86c14..bc14beb441 100644 --- a/fuzzers/inprocess/fuzzbench_ctx/Cargo.toml +++ b/fuzzers/inprocess/fuzzbench_ctx/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzbench_ctx" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/fuzzbench_text/Cargo.toml b/fuzzers/inprocess/fuzzbench_text/Cargo.toml index a66f66ab49..0f4d077f8e 100644 --- a/fuzzers/inprocess/fuzzbench_text/Cargo.toml +++ b/fuzzers/inprocess/fuzzbench_text/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "fuzzbench_text" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libmozjpeg/Cargo.toml b/fuzzers/inprocess/libfuzzer_libmozjpeg/Cargo.toml index 038116b6c1..5738b179ee 100644 --- a/fuzzers/inprocess/libfuzzer_libmozjpeg/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libmozjpeg/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libmozjpeg" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libpng/Cargo.toml b/fuzzers/inprocess/libfuzzer_libpng/Cargo.toml index bc8938c28f..d9c70089a1 100644 --- a/fuzzers/inprocess/libfuzzer_libpng/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libpng/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libpng_accounting/Cargo.toml b/fuzzers/inprocess/libfuzzer_libpng_accounting/Cargo.toml index b6a72e565f..50ad11485c 100644 --- a/fuzzers/inprocess/libfuzzer_libpng_accounting/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libpng_accounting/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng_accounting" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libpng_centralized/Cargo.toml b/fuzzers/inprocess/libfuzzer_libpng_centralized/Cargo.toml index dc7d7e5cb3..63fd4eabdd 100644 --- a/fuzzers/inprocess/libfuzzer_libpng_centralized/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libpng_centralized/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng_launcher_centralized" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libpng_cmin/Cargo.toml b/fuzzers/inprocess/libfuzzer_libpng_cmin/Cargo.toml index 6e50c0f896..ab7bf97d88 100644 --- a/fuzzers/inprocess/libfuzzer_libpng_cmin/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libpng_cmin/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng_cmin" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libpng_launcher/Cargo.toml b/fuzzers/inprocess/libfuzzer_libpng_launcher/Cargo.toml index 206866004c..9ca8af6c2d 100644 --- a/fuzzers/inprocess/libfuzzer_libpng_launcher/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libpng_launcher/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng_launcher" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libpng_norestart/Cargo.toml b/fuzzers/inprocess/libfuzzer_libpng_norestart/Cargo.toml index f278474d4e..df9d0c2a38 100644 --- a/fuzzers/inprocess/libfuzzer_libpng_norestart/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libpng_norestart/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng_launcher_norestart" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_libpng_tcp_manager/Cargo.toml b/fuzzers/inprocess/libfuzzer_libpng_tcp_manager/Cargo.toml index 190ac85c19..e7f6d07925 100644 --- a/fuzzers/inprocess/libfuzzer_libpng_tcp_manager/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_libpng_tcp_manager/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng_tcp_manager" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_stb_image/Cargo.toml b/fuzzers/inprocess/libfuzzer_stb_image/Cargo.toml index ab01b881e0..96ce1464e7 100644 --- a/fuzzers/inprocess/libfuzzer_stb_image/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_stb_image/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_stb_image" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_stb_image_sugar/Cargo.toml b/fuzzers/inprocess/libfuzzer_stb_image_sugar/Cargo.toml index d34dce8319..be0f112a41 100644 --- a/fuzzers/inprocess/libfuzzer_stb_image_sugar/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_stb_image_sugar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_stb_image_sugar" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/inprocess/libfuzzer_windows_asan/Cargo.toml b/fuzzers/inprocess/libfuzzer_windows_asan/Cargo.toml index cecbc2b545..445429392a 100644 --- a/fuzzers/inprocess/libfuzzer_windows_asan/Cargo.toml +++ b/fuzzers/inprocess/libfuzzer_windows_asan/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_windows_asan" -version = "0.14.1" +version = "0.15.0" authors = ["Max Ammann "] edition = "2021" categories = ["development-tools::testing"] diff --git a/fuzzers/inprocess/sqlite_centralized_multi_machine/Cargo.toml b/fuzzers/inprocess/sqlite_centralized_multi_machine/Cargo.toml index 1dfbd79551..155ad8df74 100644 --- a/fuzzers/inprocess/sqlite_centralized_multi_machine/Cargo.toml +++ b/fuzzers/inprocess/sqlite_centralized_multi_machine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_libpng_launcher_centralized_multi_machine" -version = "0.14.1" +version = "0.15.0" authors = [ "Romain Malmain ", "Andrea Fioraldi ", diff --git a/fuzzers/structure_aware/baby_fuzzer_gramatron/Cargo.toml b/fuzzers/structure_aware/baby_fuzzer_gramatron/Cargo.toml index 8b5a57d729..129e12810a 100644 --- a/fuzzers/structure_aware/baby_fuzzer_gramatron/Cargo.toml +++ b/fuzzers/structure_aware/baby_fuzzer_gramatron/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_gramatron" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/structure_aware/baby_fuzzer_grimoire/Cargo.toml b/fuzzers/structure_aware/baby_fuzzer_grimoire/Cargo.toml index 46b6ecf433..7209ccb3ca 100644 --- a/fuzzers/structure_aware/baby_fuzzer_grimoire/Cargo.toml +++ b/fuzzers/structure_aware/baby_fuzzer_grimoire/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_grimoire" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/structure_aware/baby_fuzzer_multi/Cargo.toml b/fuzzers/structure_aware/baby_fuzzer_multi/Cargo.toml index a70ce9ee85..d9f1d7920c 100644 --- a/fuzzers/structure_aware/baby_fuzzer_multi/Cargo.toml +++ b/fuzzers/structure_aware/baby_fuzzer_multi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_multi" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/structure_aware/baby_fuzzer_nautilus/Cargo.toml b/fuzzers/structure_aware/baby_fuzzer_nautilus/Cargo.toml index 410bad9970..2f5ddadffa 100644 --- a/fuzzers/structure_aware/baby_fuzzer_nautilus/Cargo.toml +++ b/fuzzers/structure_aware/baby_fuzzer_nautilus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_nautilus" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/structure_aware/baby_fuzzer_tokens/Cargo.toml b/fuzzers/structure_aware/baby_fuzzer_tokens/Cargo.toml index b07e8a3d77..1309b4596b 100644 --- a/fuzzers/structure_aware/baby_fuzzer_tokens/Cargo.toml +++ b/fuzzers/structure_aware/baby_fuzzer_tokens/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "baby_fuzzer_tokens" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/structure_aware/forkserver_simple_nautilus/Cargo.toml b/fuzzers/structure_aware/forkserver_simple_nautilus/Cargo.toml index ad33101a02..c3033b748e 100644 --- a/fuzzers/structure_aware/forkserver_simple_nautilus/Cargo.toml +++ b/fuzzers/structure_aware/forkserver_simple_nautilus/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "forkserver_simple" -version = "0.14.1" +version = "0.15.0" authors = ["tokatoka "] edition = "2021" diff --git a/fuzzers/structure_aware/libfuzzer_stb_image_concolic/fuzzer/Cargo.toml b/fuzzers/structure_aware/libfuzzer_stb_image_concolic/fuzzer/Cargo.toml index a5eb95f69c..0d1eeef332 100644 --- a/fuzzers/structure_aware/libfuzzer_stb_image_concolic/fuzzer/Cargo.toml +++ b/fuzzers/structure_aware/libfuzzer_stb_image_concolic/fuzzer/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libfuzzer_stb_image_concolic" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/fuzzers/structure_aware/libfuzzer_stb_image_concolic/runtime/Cargo.toml b/fuzzers/structure_aware/libfuzzer_stb_image_concolic/runtime/Cargo.toml index ffb3d09c08..b75823d974 100644 --- a/fuzzers/structure_aware/libfuzzer_stb_image_concolic/runtime/Cargo.toml +++ b/fuzzers/structure_aware/libfuzzer_stb_image_concolic/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "example_runtime" -version = "0.14.1" +version = "0.15.0" edition = "2021" authors = ["Julius Hohnerlein "] diff --git a/fuzzers/structure_aware/nautilus_sync/Cargo.toml b/fuzzers/structure_aware/nautilus_sync/Cargo.toml index 1bc7b2f4ce..9518ec5923 100644 --- a/fuzzers/structure_aware/nautilus_sync/Cargo.toml +++ b/fuzzers/structure_aware/nautilus_sync/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nautilus_sync" -version = "0.14.1" +version = "0.15.0" authors = [ "Andrea Fioraldi ", "Dominik Maier ", diff --git a/libafl_libfuzzer/runtime/Cargo.toml.template b/libafl_libfuzzer/runtime/Cargo.toml.template index c987b43c07..872fab8a56 100644 --- a/libafl_libfuzzer/runtime/Cargo.toml.template +++ b/libafl_libfuzzer/runtime/Cargo.toml.template @@ -1,6 +1,6 @@ [package] name = "libafl_libfuzzer_runtime" -version = "0.14.1" +version = "0.15.0" edition = "2021" publish = false diff --git a/utils/desyscall/Cargo.toml b/utils/desyscall/Cargo.toml index 8bdf398142..956386c5ab 100644 --- a/utils/desyscall/Cargo.toml +++ b/utils/desyscall/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "desyscall" -version = "0.14.1" +version = "0.15.0" edition = "2021" description = "DeSyscall: Hooks syscalls for reduces overhead during in-process fuzzing" repository = "https://github.com/AFLplusplus/LibAFL/" diff --git a/utils/gdb_qemu/gdb_demo/Cargo.toml b/utils/gdb_qemu/gdb_demo/Cargo.toml index 72c2a63fd5..5581820c1d 100644 --- a/utils/gdb_qemu/gdb_demo/Cargo.toml +++ b/utils/gdb_qemu/gdb_demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gdb_demo" -version = "0.14.1" +version = "0.15.0" edition = "2021" [build-dependencies] diff --git a/utils/gdb_qemu/gdb_qemu/Cargo.toml b/utils/gdb_qemu/gdb_qemu/Cargo.toml index b05aaf5914..ee642395fc 100644 --- a/utils/gdb_qemu/gdb_qemu/Cargo.toml +++ b/utils/gdb_qemu/gdb_qemu/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "gdb_qemu" -version = "0.14.1" +version = "0.15.0" edition = "2021" [build-dependencies] diff --git a/utils/libafl_fmt/Cargo.toml b/utils/libafl_fmt/Cargo.toml index ee2f748a8f..9ffcee3d89 100644 --- a/utils/libafl_fmt/Cargo.toml +++ b/utils/libafl_fmt/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libafl_fmt" -version = "0.14.1" +version = "0.15.0" edition = "2021" description = "Format the LibAFL repository" authors = ["Romain Malmain "] diff --git a/utils/multi_machine_generator/Cargo.toml b/utils/multi_machine_generator/Cargo.toml index 822dd6593b..18d32e3c41 100644 --- a/utils/multi_machine_generator/Cargo.toml +++ b/utils/multi_machine_generator/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "multi_machine_generator" authors = ["Romain Malmain "] -version = "0.14.1" +version = "0.15.0" description = "Generator for multi-machine setup" license = "MIT OR Apache-2.0" keywords = ["fuzzing", "testing", "security"] diff --git a/utils/noaslr/demo/Cargo.toml b/utils/noaslr/demo/Cargo.toml index fdb5cb70d3..def9c66312 100644 --- a/utils/noaslr/demo/Cargo.toml +++ b/utils/noaslr/demo/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noaslr_demo" -version = "0.14.1" +version = "0.15.0" edition = "2021" [build-dependencies] diff --git a/utils/noaslr/libnoaslr/Cargo.toml b/utils/noaslr/libnoaslr/Cargo.toml index 5035ba1430..24e9aa2f4c 100644 --- a/utils/noaslr/libnoaslr/Cargo.toml +++ b/utils/noaslr/libnoaslr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "libnoaslr" -version = "0.14.1" +version = "0.15.0" edition = "2021" [lib] diff --git a/utils/noaslr/noaslr/Cargo.toml b/utils/noaslr/noaslr/Cargo.toml index c3e4e526e3..7770783576 100644 --- a/utils/noaslr/noaslr/Cargo.toml +++ b/utils/noaslr/noaslr/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "noaslr" -version = "0.14.1" +version = "0.15.0" edition = "2021" [build-dependencies]