{"id":19681034,"url":"https://github.com/aflplusplus/stdfuzzer","last_synced_at":"2025-04-29T04:31:50.737Z","repository":{"id":103797250,"uuid":"439366505","full_name":"AFLplusplus/StdFuzzer","owner":"AFLplusplus","description":"StdFuzzer is the reference implementation of a generic bit-level fuzzer with LibAFL","archived":false,"fork":false,"pushed_at":"2024-07-12T08:40:01.000Z","size":175,"stargazers_count":47,"open_issues_count":2,"forks_count":4,"subscribers_count":6,"default_branch":"main","last_synced_at":"2024-10-29T11:16:06.618Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/AFLplusplus.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-12-17T14:51:16.000Z","updated_at":"2024-08-13T21:14:06.000Z","dependencies_parsed_at":"2024-11-07T14:32:22.010Z","dependency_job_id":"84d5006b-7040-43aa-afaf-7814accf5cdd","html_url":"https://github.com/AFLplusplus/StdFuzzer","commit_stats":{"total_commits":9,"total_committers":4,"mean_commits":2.25,"dds":"0.33333333333333337","last_synced_commit":"277383d89a02214420d2f45691e5258a2fccc8a3"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFLplusplus%2FStdFuzzer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFLplusplus%2FStdFuzzer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFLplusplus%2FStdFuzzer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AFLplusplus%2FStdFuzzer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AFLplusplus","download_url":"https://codeload.github.com/AFLplusplus/StdFuzzer/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224151619,"owners_count":17264436,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-11T18:06:47.322Z","updated_at":"2025-04-29T04:31:50.731Z","avatar_url":"https://github.com/AFLplusplus.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# StdFuzzer\n\n# **Deprecated! This has not been maintained in a while. Instead. check out [the example fuzzers in the main LibAFL repo](https://github.com/AFLplusplus/LibAFL/tree/main/fuzzers)**\n\nStdFuzzer is the reference implementation of a generic source-based bit-level fuzzer with LibAFL\n\n![screenshot](assets/screenshot.png)\n\n## Building\n\nBuild with\n\n```\n$ cargo build --release\n```\n\n## Compiling a target\n\nCompile a target setting the compiler wrappers for C and C++ as compilers in the build system.\n\nFor instance:\n\n```\n$ CC=/path/to/StdFuzzer/target/build/libafl_cc CXX=/path/to/StdFuzzer/target/build/libafl_cxx ./configure\n$ make\n```\n\nThis fuzzer assumes that the target is exporting a LibFuzzer harness (`LLVMTestOneInput`).\n\n## Run the fuzzer\n\nTake the output harness binary and execute with -h to see the required command line:\n\n```\n$ ./harness -h\nStdFuzzer 0.1.0\nAndrea Fioraldi \u003candreafioraldi@gmail.com\u003e\nStdFuzzer is the reference implementation of a generic bit-level fuzzer with LibAFL\n\nUSAGE:\n    harness [OPTIONS] --cores \u003cCORES\u003e --broker-port \u003cPORT\u003e\n\nFLAGS:\n    -h, --help       Prints help information\n    -V, --version    Prints version information\n\nOPTIONS:\n    -c, --cores \u003cCORES\u003e                  Spawn a client in each of the provided cores. Broker runs in the 0th core.\n                                         'all' to select all available cores. 'none' to run a client without binding to\n                                         any core. eg: '1,2-4,6' selects the cores 1,2,3,4,6.\n    -i, --input \u003cINPUT\u003e...               Set an initial corpus directory\n    -o, --output \u003cOUTPUT\u003e                Set the output directory, default is ./out [default: ./out]\n    -p, --broker-port \u003cPORT\u003e             Choose the broker TCP port, default is 1337\n    -a, --remote-broker-addr \u003cREMOTE\u003e    Specify a remote broker\n    -t, --timeout \u003cTIMEOUT\u003e              Set the exeucution timeout in milliseconds, default is 1000 [default: 1000]\n    -x, --tokens \u003cTOKENS\u003e...             Feed the fuzzer with an user-specified list of tokens (often called\n                                         \"dictionary\"\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faflplusplus%2Fstdfuzzer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Faflplusplus%2Fstdfuzzer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Faflplusplus%2Fstdfuzzer/lists"}