Discookie / ShieldMod

Shieldmoding repository, https://is.gd/shieldmod
Other
7 stars 3 forks source link

File IO API #8

Closed Discookie closed 7 years ago

Discookie commented 7 years ago

In the most recent Audioshield update, a launch option +disablemodsecuritysandbox was added. With that, File I/O is finally accessible without fucking around with CVE-2015-4335. A basic API is needed to check whether we have access to the io library, and to check if we're on the most recent version, and adjust if not.

Discookie commented 7 years ago

Implemented in 2c60dbcc9d67f699ad5c097c949f83f00f71ed32. Also included an optional library that loads IO, based on https://gist.github.com/corsix/6575486 (not enabled by default).