Google has released GWPSan, a tool for detecting runtime errors in applications
Google has published the source texts of the GWPSan tool designed to detect errors during the execution of applications compiled for x86-64 and ARM64 architectures. GWPSan is compiled as a shared library that is linked at runtime using LD_PRELOAD and utilizes the available mechanisms in the Linux kernel for program analysis, such as stopping (PERF_TYPE_BREAKPOINT) and process sampling. The code is written in […]
