Releases: trailofbits/go-panikint
Releases · trailofbits/go-panikint
Go-panikint v0.1.0
Go-Panikint is a modified Go compiler that automatically detects integer overflow/underflow in arithmetic operations and type truncation in conversions. Features source-location-based filtering to target user code while excluding standard library operations, making it useful for security audits of Go applications. Supports int8/16/32
and uint8/16/32/64
types.