You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's a little undocumented feature of buffer async groups in GM:S,
this gml snippet can bypass the filesystem sandbox, even on mobile(!):
buffer_async_group_begin("i want blini and hugs");
buffer_async_group_option("temprloc", "/sdcard/STTFiles");
// calling buffer_async_group_end() with no buffers will crash, maybe make a dummy write/read to do *something* ?
and will allow you to read from /sdcard/STTFiles (given you asked for the WRITE_EXTERNAL_STORAGE permission)
Maybe use that hiddden feature to our advantage and read translations outside the apk?
The text was updated successfully, but these errors were encountered:
There's a little undocumented feature of buffer async groups in GM:S,
this gml snippet can bypass the filesystem sandbox, even on mobile(!):
and will allow you to read from
/sdcard/STTFiles
(given you asked for theWRITE_EXTERNAL_STORAGE
permission)Maybe use that hiddden feature to our advantage and read translations outside the apk?
The text was updated successfully, but these errors were encountered: