Mawootad
Results
2
issues of
Mawootad
Writes to null addresses seems to differ between x86 (Windows/Linux) and ARM (OSX/iOS). Found in our Pokemon romhack where a bugged write to a null ptr caused memory corruption on...
category:questionable
platform:GBA
software:romhack
On Windows, when compiling formatted strings, eg: ``` format("This is a string that is on multiple lines") ``` The resulting compiled string may end up with invalid line breaks in...