3DS Userland Flaws: Difference between revisions
| Line 46: | Line 46: | ||
|} | |} | ||
==Useless crashes== | ==Useless crashes / applications which were fuzzed== | ||
* Pushmo (3DSWare), QR codes: level name is properly limited to 16 characters, game doesn't crash with a longer name. The only possible crashes are triggered by out-of-bounds array index values, these crashes are not exploitable due to the index value being 8bit. | * Pushmo (3DSWare), QR codes: level name is properly limited to 16 characters, game doesn't crash with a longer name. The only possible crashes are triggered by out-of-bounds array index values, these crashes are not exploitable due to the index value being 8bit. | ||
| Line 52: | Line 52: | ||
* [https://github.com/yellows8/mm3d_re The Legend of Zelda: Majora's Mask 3D] | * [https://github.com/yellows8/mm3d_re The Legend of Zelda: Majora's Mask 3D] | ||
* "The Legend of Zelda: A Link Between Worlds" and "The Legend of Zelda: Tri Force Heroes": these games don't crash at all when the entire save-file(minus constant header data) is overwritten with /dev/random output / 0xFF-bytes. | |||
=System applications= | =System applications= | ||