UnRAR PS3 library

August 4, 2020 ยท View on GitHub

This library is a port of unRAR to the PlayStation 3 using the PSL1GHT SDK, that provides .RAR archive handling and extraction.

Source Version

UnRAR 5.9.2

Exports

  • RAROpenArchive
  • RAROpenArchiveEx
  • RARCloseArchive
  • RARReadHeader
  • RARReadHeaderEx
  • RARProcessFile
  • RARProcessFileW
  • RARSetCallback
  • RARSetChangeVolProc
  • RARSetProcessDataProc
  • RARSetPassword
  • RARGetDllVersion

Build/Install

Build the library with:

make

Install the library to your PSL1GHT setup with:

make install

Documentation

Sample app

You can find a sample PSL1GHT app using the library here.

License

See the original UnRAR license by Alexander L. Roshal.