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. #33

Open JeffreyO opened 1 year ago

JeffreyO commented 1 year ago

mkdir(folder, 777) should be mkdir(folder, 0777) to apply permissions correctly.