{"id":18932557,"url":"https://github.com/adrianherrera/afl-mutation-graph","last_synced_at":"2025-04-15T16:33:53.071Z","repository":{"id":85069275,"uuid":"221940631","full_name":"adrianherrera/afl-mutation-graph","owner":"adrianherrera","description":"Recover mutation graph from an AFL seed","archived":false,"fork":false,"pushed_at":"2021-01-06T10:47:34.000Z","size":269,"stargazers_count":59,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-28T23:43:34.657Z","etag":null,"topics":["afl","afl-fuzz","fuzzing"],"latest_commit_sha":null,"homepage":"","language":"Python","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/adrianherrera.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":"2019-11-15T14:31:14.000Z","updated_at":"2024-08-12T19:54:52.000Z","dependencies_parsed_at":"2023-03-03T01:00:30.426Z","dependency_job_id":null,"html_url":"https://github.com/adrianherrera/afl-mutation-graph","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianherrera%2Fafl-mutation-graph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianherrera%2Fafl-mutation-graph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianherrera%2Fafl-mutation-graph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/adrianherrera%2Fafl-mutation-graph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/adrianherrera","download_url":"https://codeload.github.com/adrianherrera/afl-mutation-graph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249108597,"owners_count":21214023,"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":["afl","afl-fuzz","fuzzing"],"created_at":"2024-11-08T11:49:41.671Z","updated_at":"2025-04-15T16:33:53.056Z","avatar_url":"https://github.com/adrianherrera.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AFL Mutation Graph\n\nRecovers an approximation of the mutation graph (specifically, a DAG) that led\nto a particular seed (or set of seeds) in an\n[AFL](http://lcamtuf.coredump.cx/afl/)/]AFL++](https://aflplus.plus/) queue.\nThe graph can be saved in Graphviz DOT format.\n\nTo graph the relationships between all queue inputs:\n\n```bash\npython afl_mutation_graph.py -o queue.dot $(find queue/ -wholename 'queue/id:*')\ndot -Tpdf -O queue.dot\n```\n\nExample mutation graph, starting from a corpus of seeds (in rectangles).\nHexagon nodes are crashing seeds:\n\n![mutation graph example](img/mutate_graph_example.png \"mutation graph example\")\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianherrera%2Fafl-mutation-graph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fadrianherrera%2Fafl-mutation-graph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fadrianherrera%2Fafl-mutation-graph/lists"}