Skip to content

bucanero/libunrar-ps3

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
This branch is 12 commits ahead, 26 commits behind pmachapman:master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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%