Giter Site home page Giter Site logo

juepak2's Introduction

JUEPAK II

JuepakII [ʤuːpæk] (Java Unreal Engine PAK-archiver) is an Unreal Engine 4 *.PAK archiver, written in pure java8. It can browse PAK-archives, extract assets from such archives, and make new archives from existing assets. It fully supports both compressed and encrypted archives. It is completely compatible with UE4.20 and below.

Coding standard

A coding standard within this project might be a bit confusing, but let me explain clearly why is it as it is. Two independent coding standards are used in this project:

  • Epic Games coding standard is used in some UE4-related classes to replicate UE4 functionality. Since Unreal Engine and it's packing mechanism is continuously developing, we need a stable and robust way to import upstream changes. That also means that you can see F-notation for structures, usage of checkf(), TEXT() and some other macros, parts of ported core-UE classes and, of course, old but gold sizeof() with some limitations. It is very important to understand that I did not set myself the goal of completely replicate Epic Games's code (for example, below the facade of ported FAES is actually a plain java Cipher), but instead I tried to make the porting of the Epic company code simple and convenient.
  • TODO: Write (plain java coding standard).

Pak archive structure

  • TODO: Write

Compression

  • TODO: Write

Encryption

You may want to Encrypt your PAK archives (see 'Signing and Encryption'), fortunately, juepak II can process encrypted PAK-files as well. Of course, you will need the right key, otherwise the archiver can not operate.

Approach

UE4 uses reference implementation of AES/CBC to encrypt and decrypt data. The key is provided to the packing/unpacking code by FCoreDelegates::GetPakEncryptionKeyDelegate() which is provided by ... TODO: FINISH

API

  • TODO: write

Benchmarks

  • TODO: Write

juepak2's People

Contributors

rchehowski avatar

Watchers

James Cloos avatar richmondx avatar

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.