Phying News
Curated security research, vulnerabilities, advisories and tools for practitioners.

Fast and accurate syntax searching for C and C++

Summary

Trail of Bits prototyped Syntex, a tool that searches C/C++ code by matching syntax patterns against indexed, macro-expanded Clang ASTs — avoiding the false negatives and missing semantics of regex- and plugin-parser-based search tools.
Published
Collected

original ↗

Related coverage

back