* 0.14.1

* fixer

* don't build nyx

---------

Co-authored-by: Dominik Maier <domenukk@gmail.com>
This commit is contained in:
Dongjia "toka" Zhang 2024-12-02 21:06:29 +01:00 committed by GitHub
parent 2102ae13d1
commit 95d87bd7d8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
86 changed files with 115 additions and 115 deletions

View File

@ -49,35 +49,35 @@ exclude = [
]
[workspace.package]
version = "0.14.0"
version = "0.14.1"
license = "MIT OR Apache-2.0"
[workspace.dependencies]
# Internal deps
libafl = { path = "./libafl", version = "0.14.0", default-features = false }
libafl_bolts = { path = "./libafl_bolts", version = "0.14.0", default-features = false }
libafl_cc = { path = "./libafl_cc", version = "0.14.0", default-features = false }
symcc_runtime = { path = "./libafl_concolic/symcc_runtime", version = "0.14.0", default-features = false }
symcc_libafl = { path = "./libafl_concolic/symcc_libafl", version = "0.14.0", default-features = false }
libafl_derive = { path = "./libafl_derive", version = "0.14.0", default-features = false }
libafl_frida = { path = "./libafl_frida", version = "0.14.0", default-features = false }
libafl_intelpt = { path = "./libafl_intelpt", version = "0.14.0", default-features = false }
libafl_libfuzzer = { path = "./libafl_libfuzzer", version = "0.14.0", default-features = false }
libafl_nyx = { path = "./libafl_nyx", version = "0.14.0", default-features = false }
libafl_targets = { path = "./libafl_targets", version = "0.14.0", default-features = false }
libafl_tinyinst = { path = "./libafl_tinyinst", version = "0.14.0", default-features = false }
libafl_qemu = { path = "./libafl_qemu", version = "0.14.0", default-features = false }
libafl_qemu_build = { path = "./libafl_qemu/libafl_qemu_build", version = "0.14.0", default-features = false }
libafl_qemu_sys = { path = "./libafl_qemu/libafl_qemu_sys", version = "0.14.0", default-features = false }
libafl_sugar = { path = "./libafl_sugar", version = "0.14.0", default-features = false }
dump_constraints = { path = "./libafl_concolic/test/dump_constraints", version = "0.14.0", default-features = false }
runtime_test = { path = "./libafl_concolic/test/runtime_test", version = "0.14.0", default-features = false }
build_and_test_fuzzers = { path = "./utils/build_and_test_fuzzers", version = "0.14.0", default-features = false }
deexit = { path = "./utils/deexit", version = "0.14.0", default-features = false }
drcov_utils = { path = "./utils/drcov_utils", version = "0.14.0", default-features = false }
construct_automata = { path = "./utils/gramatron/construct_automata", version = "0.14.0", default-features = false }
libafl_benches = { path = "./utils/libafl_benches", version = "0.14.0", default-features = false }
libafl_jumper = { path = "./utils/libafl_jumper", version = "0.14.0", default-features = false }
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 }
# External deps
ahash = { version = "0.8.11", default-features = false } # The hash function already used in hashbrown

View File

@ -1,7 +1,7 @@
[package]
name = "pylibafl"
description = "Python bindings for LibAFL"
version = "0.14.0"
version = "0.14.1"
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.0", features = [
libafl_sugar = { path = "../../libafl_sugar", version = "0.14.1", features = [
"python",
] }
libafl_bolts = { path = "../../libafl_bolts", version = "0.14.0", features = [
libafl_bolts = { path = "../../libafl_bolts", version = "0.14.1", features = [
"python",
] }
[target.'cfg(target_os = "linux")'.dependencies]
libafl_qemu = { path = "../../libafl_qemu", version = "0.14.0", features = [
libafl_qemu = { path = "../../libafl_qemu", version = "0.14.1", features = [
"python",
] }

View File

@ -4,7 +4,7 @@ build-backend = "maturin"
[project]
name = "PyLibAFL"
version = "0.14.0"
version = "0.14.1"
description = "Advanced Fuzzing Library for Python"
readme = "README.md"
requires-python = ">=3.8"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_01"
version = "0.14.0"
version = "0.14.1"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_02"
version = "0.14.0"
version = "0.14.1"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_03"
version = "0.14.0"
version = "0.14.1"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_04"
version = "0.14.0"
version = "0.14.1"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_05"
version = "0.14.0"
version = "0.14.1"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_06"
version = "0.14.0"
version = "0.14.1"
authors = ["Your Name <you@example.com>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzer_custom_executor"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_minimizing"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_swap_differential"
version = "0.14.0"
version = "0.14.1"
authors = ["Addison Crump <research@addisoncrump.info>"]
edition = "2021"
default-run = "fuzzer_sd"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_unicode"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "c_code_with_fork_executor"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "c_code_with_inprocess_executor"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "command_executor"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "forkserver_executor"
version = "0.14.0"
version = "0.14.1"
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "rust_code_with_fork_executor"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "rust_code_with_inprocess_executor"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "tutorial"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "frida_executable_fuzzer"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[lib]

View File

@ -1,6 +1,6 @@
[package]
name = "frida_fuzzer"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "frida_windows_gdiplus"
version = "0.14.0"
version = "0.14.1"
authors = ["Richard Johnson <richinseattle@gmail.com>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzbench_fork_qemu"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzbench_qemu"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",
@ -29,7 +29,7 @@ libafl_qemu = { path = "../../../libafl_qemu", features = [
"x86_64",
"usermode",
] }
libafl_targets = { path = "../../../libafl_targets", version = "0.14.0" }
libafl_targets = { path = "../../../libafl_targets", version = "0.14.1" }
env_logger = "0.11.5"
log = { version = "0.4.22", features = ["release_max_level_info"] }

View File

@ -1,6 +1,6 @@
[package]
name = "intel_pt_baby_fuzzer"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "qemu_cmin"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "qemu_coverage"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "qemu_launcher"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "tinyinst_simple"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_with_forkexecutor"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "forkserver_libafl_cc"
version = "0.14.0"
version = "0.14.1"
authors = ["ergrelet <ergrelet@users.noreply.github.com>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "forkserver_simple"
version = "0.14.0"
version = "0.14.1"
authors = ["tokatoka <tokazerkje@outlook.com>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzbench_forkserver"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzbench_forkserver_cmplog"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libafl-fuzz"
version = "0.14.0"
version = "0.14.1"
description = "Reimplementation of afl-fuzz on top of LibAFL"
documentation = "https://docs.rs/libafl"
authors = ["Aarnav Bos <aarnavbos@gmail.com>"]

View File

@ -71,7 +71,7 @@ dependencies = [
"test_unicorn_mode",
# nyx
# since we cannot test nyx mode on CI, let's build it
"build_nyx_mode",
# "build_nyx_mode",
# fuzzbench
"test_instr_fuzzbench",
]

View File

@ -1,6 +1,6 @@
[package]
name = "nyx_libxml2_parallel"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
default-run = "nyx_libxml2_parallel"

View File

@ -1,6 +1,6 @@
[package]
name = "nyx_libxml2_standalone"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
default-run = "nyx_libxml2_standalone"

View File

@ -1,6 +1,6 @@
[package]
name = "qemu_baremetal"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "qemu_linux_kernel"
version = "0.14.0"
version = "0.14.1"
authors = [
"Romain Malmain <rmalmain@pm.me>",
"Dongjia Zhang <tokazerkje@outlook.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "qemu_linux_process"
version = "0.14.0"
version = "0.14.1"
authors = ["Romain Malmain <rmalmain@pm.me>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_wasm"
version = "0.14.0"
version = "0.14.1"
authors = ["Addison Crump <research@addisoncrump.info>"]
edition = "2018"

View File

@ -1,6 +1,6 @@
[package]
name = "baby_no_std"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,7 +1,7 @@
[package]
name = "cargo_fuzz_test"
edition = "2021"
version = "0.14.0"
version = "0.14.1"
description = "test"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libafl-fuzz"
version = "0.14.0"
version = "0.14.1"
publish = false
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "libafl_atheris"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "push_harness"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "push_stage_harness"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "dynamic_analysis"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzbench"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzbench_ctx"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "fuzzbench_text"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libmozjpeg"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_accounting"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_launcher_centralized"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_cmin"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_launcher"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_launcher_norestart"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_tcp_manager"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_stb_image"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_stb_image_sugar"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_windows_asan"
version = "0.14.0"
version = "0.14.1"
authors = ["Max Ammann <max@maxammann.org>"]
edition = "2021"
categories = ["development-tools::testing"]

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_libpng_launcher_centralized_multi_machine"
version = "0.14.0"
version = "0.14.1"
authors = [
"Romain Malmain <romain.malmain@pm.me>",
"Andrea Fioraldi <andreafioraldi@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_gramatron"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_grimoire"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_multi"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_nautilus"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_tokens"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "forkserver_simple"
version = "0.14.0"
version = "0.14.1"
authors = ["tokatoka <tokazerkje@outlook.com>"]
edition = "2021"

View File

@ -1,6 +1,6 @@
[package]
name = "libfuzzer_stb_image_concolic"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -1,6 +1,6 @@
[package]
name = "example_runtime"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
authors = ["Julius Hohnerlein <julihoh@users.noreply.github.com>"]

View File

@ -1,6 +1,6 @@
[package]
name = "nautilus_sync"
version = "0.14.0"
version = "0.14.1"
authors = [
"Andrea Fioraldi <andreafioraldi@gmail.com>",
"Dominik Maier <domenukk@gmail.com>",

View File

@ -44,7 +44,7 @@ cmake = { workspace = true }
bindgen = { workspace = true }
regex = { workspace = true }
which = { workspace = true }
symcc_libafl = { workspace = true, default-features = true, version = "0.14.0" }
symcc_libafl = { workspace = true, default-features = true, version = "0.14.1" }
[lints]
workspace = true

View File

@ -1,6 +1,6 @@
[package]
name = "libafl_libfuzzer_runtime"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
publish = false

View File

@ -90,7 +90,7 @@ clippy = ["libafl_qemu_sys/clippy"]
[dependencies]
libafl = { workspace = true, features = ["std", "derive", "regex"] }
libafl_bolts = { workspace = true, features = ["std", "derive"] }
libafl_targets = { workspace = true, default-features = true, version = "0.14.0" }
libafl_targets = { workspace = true, default-features = true, version = "0.14.1" }
libafl_qemu_sys = { workspace = true }
libafl_derive = { workspace = true, default-features = true }
@ -129,7 +129,7 @@ getset = "0.1.3"
document-features = { workspace = true, optional = true }
[build-dependencies]
libafl_qemu_build = { workspace = true, default-features = true, version = "0.14.0" }
libafl_qemu_build = { workspace = true, default-features = true, version = "0.14.1" }
pyo3-build-config = { workspace = true, optional = true }
rustversion = { workspace = true }
bindgen = { workspace = true }

View File

@ -1,6 +1,6 @@
[package]
name = "desyscall"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
description = "DeSyscall: Hooks syscalls for reduces overhead during in-process fuzzing"
repository = "https://github.com/AFLplusplus/LibAFL/"

View File

@ -1,6 +1,6 @@
[package]
name = "gdb_demo"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[build-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "gdb_qemu"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[build-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "libafl_fmt"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
description = "Format the LibAFL repository"
authors = ["Romain Malmain <romain.malmain@pm.me>"]

View File

@ -1,7 +1,7 @@
[package]
name = "multi_machine_generator"
authors = ["Romain Malmain <romain.malmain@pm.me>"]
version = "0.14.0"
version = "0.14.1"
description = "Generator for multi-machine setup"
license = "MIT OR Apache-2.0"
keywords = ["fuzzing", "testing", "security"]

View File

@ -1,6 +1,6 @@
[package]
name = "noaslr_demo"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[build-dependencies]

View File

@ -1,6 +1,6 @@
[package]
name = "libnoaslr"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[lib]

View File

@ -1,6 +1,6 @@
[package]
name = "noaslr"
version = "0.14.0"
version = "0.14.1"
edition = "2021"
[build-dependencies]