-
-
Notifications
You must be signed in to change notification settings - Fork 337
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #96 from AFLplusplus/dev
Version 0.2.0
- Loading branch information
Showing
7 changed files
with
21 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# These are supported funding model platforms | ||
|
||
github: # Replace with up to 4 GitHub Sponsors-enabled usernames e.g., [user1, user2] | ||
patreon: # Replace with a single Patreon username | ||
open_collective: AFLplusplusEU | ||
ko_fi: # Replace with a single Ko-fi username | ||
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel | ||
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry | ||
liberapay: # Replace with a single Liberapay username | ||
issuehunt: # Replace with a single IssueHunt username | ||
otechie: # Replace with a single Otechie username | ||
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2'] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>", "Dominik Maier <domenuk | |
description = "Slot your own fuzzers together and extend their features using Rust" | ||
documentation = "https://docs.rs/libafl" | ||
repository = "https://github.com/AFLplusplus/LibAFL/" | ||
readme = "../README.md" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["fuzzing", "testing", "security"] | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>"] | |
description = "Commodity library to wrap compilers and link LibAFL" | ||
documentation = "https://docs.rs/libafl_cc" | ||
repository = "https://github.com/AFLplusplus/LibAFL/" | ||
readme = "../README.md" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["fuzzing", "testing", "compiler"] | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>"] | |
description = "Derive proc-macro crate for LibAFL" | ||
documentation = "https://docs.rs/libafl_derive" | ||
repository = "https://github.com/AFLplusplus/LibAFL/" | ||
readme = "../README.md" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["fuzzing", "testing"] | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = ["s1341 <[email protected]>"] | |
description = "Frida backend library for LibAFL" | ||
documentation = "https://docs.rs/libafl_frida" | ||
repository = "https://github.com/AFLplusplus/LibAFL/" | ||
readme = "../README.md" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["fuzzing", "frida", "instrumentation"] | ||
edition = "2018" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,6 +5,7 @@ authors = ["Andrea Fioraldi <[email protected]>"] | |
description = "Common code for target instrumentation that can be used combined with LibAFL" | ||
documentation = "https://docs.rs/libafl_targets" | ||
repository = "https://github.com/AFLplusplus/LibAFL/" | ||
readme = "../README.md" | ||
license = "MIT OR Apache-2.0" | ||
keywords = ["fuzzing", "testing"] | ||
edition = "2018" | ||
|