diff --git a/attack/integer-overflow/integer-overflows.txt b/attack/integer-overflow/integer-overflows.txt index 45e29b51..a7745406 100644 --- a/attack/integer-overflow/integer-overflows.txt +++ b/attack/integer-overflow/integer-overflows.txt @@ -1,12 +1,45 @@ +-5 +-4 +-3 +-2 -1 0 +1 +2 +3 +4 +5 +6 +7 +8 +9 0x100 0x1000 +0x10000 +0x100000 0x3fffffff +0x40000000 +0x40000001 0x7ffffffe 0x7fffffff 0x80000000 +0x80000001 +0xbfffffff +0xc0000000 +0xc0000001 0xfffffffe 0xffffffff -0x10000 -0x100000 +0x100000000 +0x100000001 +0x3fffffffffffffff +0x4000000000000000 +0x4000000000000001 +0x7ffffffffffffffe +0x7fffffffffffffff +0x8000000000000000 +0x8000000000000001 +0xbfffffffffffffff +0xc000000000000000 +0xc000000000000001 +0xfffffffffffffffe +0xffffffffffffffff