Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.15.0 #2848

Open
wants to merge 5 commits into
base: main
Choose a base branch
from
Open

0.15.0 #2848

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 25 additions & 25 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()?;`

Expand Down
8 changes: 4 additions & 4 deletions bindings/pylibafl/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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"]
Expand All @@ -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",
] }

Expand Down
2 changes: 1 addition & 1 deletion bindings/pylibafl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-01/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_01"
version = "0.14.1"
version = "0.15.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-02/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_02"
version = "0.14.1"
version = "0.15.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-03/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_03"
version = "0.14.1"
version = "0.15.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-04/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_04"
version = "0.14.1"
version = "0.15.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-05/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_05"
version = "0.14.1"
version = "0.15.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion docs/listings/baby_fuzzer/listing-06/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_listing_06"
version = "0.14.1"
version = "0.15.0"
authors = ["Your Name <[email protected]>"]
edition = "2018"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby/baby_fuzzer_custom_executor/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzer_custom_executor"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby/baby_fuzzer_minimizing/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_minimizing"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby/baby_fuzzer_swap_differential/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_swap_differential"
version = "0.14.1"
version = "0.15.0"
authors = ["Addison Crump <[email protected]>"]
edition = "2021"
default-run = "fuzzer_sd"
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby/baby_fuzzer_unicode/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_unicode"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c_code_with_fork_executor"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

[features]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "c_code_with_inprocess_executor"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

[features]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "command_executor"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

[features]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forkserver_executor"
version = "0.14.1"
version = "0.15.0"
edition = "2021"


Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_code_with_fork_executor"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

[features]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rust_code_with_inprocess_executor"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/baby/tutorial/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tutorial"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/frida_executable_libpng/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frida_executable_fuzzer"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/frida_libpng/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frida_fuzzer"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/frida_windows_gdiplus/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frida_windows_gdiplus"
version = "0.14.1"
version = "0.15.0"
authors = ["Richard Johnson <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/fuzzbench_fork_qemu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_fork_qemu"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions fuzzers/binary_only/fuzzbench_qemu/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_qemu"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down Expand Up @@ -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"] }
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/qemu_cmin/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qemu_cmin"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/qemu_coverage/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qemu_coverage"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/qemu_launcher/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qemu_launcher"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/binary_only/tinyinst_simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tinyinst_simple"
version = "0.14.1"
version = "0.15.0"
edition = "2021"

[dependencies]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "baby_fuzzer_with_forkexecutor"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/forkserver/forkserver_libafl_cc/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "forkserver_libafl_cc"
version = "0.14.1"
version = "0.15.0"
authors = ["ergrelet <[email protected]>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/forkserver/fuzzbench_forkserver/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_forkserver"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/forkserver/fuzzbench_forkserver_cmplog/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fuzzbench_forkserver_cmplog"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/forkserver/libafl-fuzz/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/full_system/nyx_libxml2_parallel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nyx_libxml2_parallel"
version = "0.14.1"
version = "0.15.0"
edition = "2021"
default-run = "nyx_libxml2_parallel"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/full_system/nyx_libxml2_standalone/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nyx_libxml2_standalone"
version = "0.14.1"
version = "0.15.0"
edition = "2021"
default-run = "nyx_libxml2_standalone"

Expand Down
2 changes: 1 addition & 1 deletion fuzzers/full_system/qemu_baremetal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qemu_baremetal"
version = "0.14.1"
version = "0.15.0"
authors = [
"Andrea Fioraldi <[email protected]>",
"Dominik Maier <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion fuzzers/full_system/qemu_linux_kernel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "qemu_linux_kernel"
version = "0.14.1"
version = "0.15.0"
authors = [
"Romain Malmain <[email protected]>",
"Dongjia Zhang <[email protected]>",
Expand Down
Loading
Loading