Coder Social home page Coder Social logo

bucanero / libun7zip Goto Github PK

View Code? Open in Web Editor NEW
14.0 4.0 5.0 89 KB

A library that provides 7-Zip (.7z) archive handling and extraction on PS3, PS4, and PS Vita

Home Page: http://www.bucanero.com.ar/

License: Apache License 2.0

Makefile 4.20% C 93.06% C++ 2.74%
extraction 7zip compression-library 7z un7zip ps3 ps4lib

libun7zip's Introduction

un7zip library

This library provides 7-Zip (.7z) archive handling and extraction to the PlayStation 3 using the PSL1GHT SDK.

Source Version

Exports

  • Extract7zFile
  • Extract7zFileEx
int Extract7zFile(const char *srcFile, const char *destDir);
int Extract7zFileEx(const char *srcFile, const char *destDir, callback7z_t callback, unsigned long inBufSize);
  • Test7zFile
  • Test7zFileEx
int Test7zFile(const char *srcFile); 
int Test7zFileEx(const char *srcFile, callback7z_t callback, unsigned long inBufSize);
  • List7zFile
int List7zFile(const char *srcFile, callback7z_t callback);

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

libun7zip is released under the Apache-2.0 License.

libun7zip's People

Contributors

bucanero avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

libun7zip's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.