Skip to content

A port of unRAR to the PlayStation 3 using the PSL1GHT SDK

License

Notifications You must be signed in to change notification settings

bucanero/libunrar-ps3

 
 

Repository files navigation

UnRAR PS3 library

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.

Releases

No releases published

Packages

No packages published

Languages

  • C++ 98.2%
  • Makefile 1.3%
  • C 0.5%