Skip to content

Releases: trailofbits/go-panikint

Go-panikint v0.1.0

27 Jun 12:48
Compare
Choose a tag to compare

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.