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

The Problem with Dynamic Program Analysis

Summary

Dynamic tools like AddressSanitizer only check executed paths; Trail of Bits' PointsTo applies whole-program static data-flow analysis on LLVM bitcode to find use-after-free bugs at scale.
Published
Collected

original ↗

Related coverage

back