{"id":17219360,"url":"https://github.com/andreafioraldi/libafl_quickjs_fuzzing","last_synced_at":"2025-09-06T06:36:34.555Z","repository":{"id":86885144,"uuid":"439056877","full_name":"andreafioraldi/libafl_quickjs_fuzzing","owner":"andreafioraldi","description":"An example fuzzer about how to fuzz a JS engine combinign Nautilus with Token-level fuzzing ","archived":false,"fork":false,"pushed_at":"2024-03-05T18:50:19.000Z","size":28,"stargazers_count":46,"open_issues_count":4,"forks_count":7,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-08-12T22:48:42.133Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/andreafioraldi.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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-16T16:29:26.000Z","updated_at":"2025-07-06T23:03:27.000Z","dependencies_parsed_at":"2024-11-08T00:03:44.678Z","dependency_job_id":"577d3293-f52f-4975-b024-610eb7bf2c68","html_url":"https://github.com/andreafioraldi/libafl_quickjs_fuzzing","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andreafioraldi/libafl_quickjs_fuzzing","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Flibafl_quickjs_fuzzing","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Flibafl_quickjs_fuzzing/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Flibafl_quickjs_fuzzing/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Flibafl_quickjs_fuzzing/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andreafioraldi","download_url":"https://codeload.github.com/andreafioraldi/libafl_quickjs_fuzzing/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andreafioraldi%2Flibafl_quickjs_fuzzing/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":273867753,"owners_count":25182423,"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","status":"online","status_checked_at":"2025-09-06T02:00:13.247Z","response_time":2576,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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-10-15T03:49:42.577Z","updated_at":"2025-09-06T06:36:34.532Z","avatar_url":"https://github.com/andreafioraldi.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LibAFL QuickJS Fuzzing Example\n\nAn example fuzzer about how to fuzz a JS engine combinign Nautilus with Token-level fuzzing.\n\n## Prepare\n\nMake sure to have Rust nigthly installed and call the bash script to build everything.\n\n```\nbash ./build.sh\n```\n\nYou ready-to-use fuzzer is now `fuzz_eval`.\n\n## Run\n\nTo run the fuzzer, you must at least choose a TCP port for the broker and the cores in which you want to spawn the instances (you can list them individually like 0,1,2,3 or specify a range like 0-3).\n\n```\n./fuzz_eval --cores 0-12 --broker-port 1337\n```\n\n## Reproduce\n\nIf you find crashes or you want to print an item of the corpus, use the `--repro` command line option of the fuzzer.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafioraldi%2Flibafl_quickjs_fuzzing","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandreafioraldi%2Flibafl_quickjs_fuzzing","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandreafioraldi%2Flibafl_quickjs_fuzzing/lists"}