Skip to content

Go-panikint v0.1.0

Latest
Compare
Choose a tag to compare
@kevin-valerio kevin-valerio released this 27 Jun 12:48
· 796 commits to master since this release

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.