TeamFAPS / PSVita-RE-tools

A bundle of RE tools for analyzing and modding PSVita OS
GNU General Public License v3.0
322 stars 35 forks source link

Fixed folder access problem on Linux and Android Termux. #32

Open JeffreyO opened 1 year ago

JeffreyO commented 1 year ago

mkdir(folder, 777) should be mkdir(folder, 0777) to apply permissions correctly. Otherwise, a read-only folder without permissions is created, causing the app to fail to write to it.