Give proper name to some crates and exclude them 2 (#1562)

* fix

* comma
This commit is contained in:
Dongjia "toka" Zhang 2023-09-27 13:29:24 +02:00 committed by GitHub
parent 324db072a2
commit b3483ddd42
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 6 additions and 4 deletions

View File

@ -33,6 +33,8 @@ exclude = [
"fuzzers", "fuzzers",
"libafl_qemu/libafl_qemu_build", "libafl_qemu/libafl_qemu_build",
"libafl_qemu/libafl_qemu_sys", "libafl_qemu/libafl_qemu_sys",
"utils/noaslr",
"utils/gdb_qemu",
"scripts", "scripts",
] ]

View File

@ -1,5 +1,5 @@
[package] [package]
name = "libfuzzer_libpng_launcher" name = "libfuzzer_libpng_launcher_centralized"
version = "0.11.1" version = "0.11.1"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021" edition = "2021"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "libfuzzer_libpng_launcher" name = "libfuzzer_libpng_launcher_norestart"
version = "0.9.0" version = "0.9.0"
authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"] authors = ["Andrea Fioraldi <andreafioraldi@gmail.com>", "Dominik Maier <domenukk@gmail.com>"]
edition = "2021" edition = "2021"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "demo" name = "gdb_demo"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"

View File

@ -1,5 +1,5 @@
[package] [package]
name = "demo" name = "noaslr_demo"
version = "0.1.0" version = "0.1.0"
edition = "2021" edition = "2021"