New issue
Advanced search Search tips

Issue 321 attachment: brute.py (146 bytes)

1
2
3
4
5
6
7
8
import os
import sys

for x in range(0,0xfff00000,0x1d031):
cur = x
print(cur)
sys.stdout.flush()
os.system("bug321.exe " + str(cur))