This library is a port of unRAR to the PlayStation 3 using the PSL1GHT SDK, that provides .RAR archive handling and extraction.
UnRAR 5.9.2
- RAROpenArchive
- RAROpenArchiveEx
- RARCloseArchive
- RARReadHeader
- RARReadHeaderEx
- RARProcessFile
- RARProcessFileW
- RARSetCallback
- RARSetChangeVolProc
- RARSetProcessDataProc
- RARSetPassword
- RARGetDllVersion
Build the library with:
make
Install the library to your PSL1GHT setup with:
make install
You can find a sample PSL1GHT app using the library here.
See the original UnRAR license by Alexander L. Roshal.