commit | f227d19e433a53e264ec6151c66dd85ec53b4c71 | [log] [tgz] |
---|---|---|
author | Googler <no-reply@google.com> | Mon Feb 10 18:53:45 2025 -0800 |
committer | Duy Truong <duytruong@google.com> | Fri Feb 21 11:17:45 2025 -0800 |
tree | 0e3cae089e9569573e31ede958fa4e515ef83730 | |
parent | 0f00ba6804c56f5b6d91bc214a91bb05fd17fcda [diff] |
No public description PiperOrigin-RevId: 725431780 Change-Id: I99a3abc52c4c3c654a698b8ca68ad3365d5b504d
Fuzzyc, an island grammar-based fuzzy C/C++ parser, was originally introduced in a paper “Chucky: Exposing Missing Checks in Source Code for Vulnerability Discovery” with its source code provided at https://github.com/fabsx00/joern.
Fuzzyc parser is based on an island grammar that allows the parser to analyze code without requiring code to be compiled or a build environment to be configured.
The code was migrated to a new repository (https://github.com/joernio/joern) and integrated with other projects, and this directory pulls only the Fuzzyc ANTLR grammar files from the repo.
Note: the Fuzzy C/C++ Antlr grammar files were removed from the original source as of Jun 27, 2022 (https://github.com/joernio/joern/commit/61ed5b010d77b7705bd0e99144fcbc1acaf4d26c).