rust-u4pak | unpack, pack, list, check and mount Unreal Engine 4 pak archives

 by   panzi Rust Version: v1.4.0 License: MPL-2.0

kandi X-RAY | rust-u4pak Summary

kandi X-RAY | rust-u4pak Summary

rust-u4pak is a Rust library. rust-u4pak has no bugs, it has no vulnerabilities, it has a Weak Copyleft License and it has low support. You can download it from GitHub.

more or less re-implementation of [python u4pak] for fun, ease of use (standalone binary), and speed (multi-threading). this is a tool to pack, unpack, check, and list the contents of unreal engine 4 packages. under linux it can also be used to read-only fuse-mount archives. note that only a limited number of pak versions are supported, depending on the kinds of paks i have seen. for reading that is version 1, 2, 3, 4, 7, for writing it is 1, 2, 3. encryption is not supported. i haven’t seen a pak file that uses encryption and i have no clue how it would work (e.g. what is the algorithm or where to get the encrytion key from). note: if you know (cheap) games that use other archive versions please
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              rust-u4pak has a low active ecosystem.
              It has 86 star(s) with 9 fork(s). There are 5 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 14 open issues and 11 have been closed. On average issues are closed in 25 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of rust-u4pak is v1.4.0

            kandi-Quality Quality

              rust-u4pak has 0 bugs and 0 code smells.

            kandi-Security Security

              rust-u4pak has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              rust-u4pak code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              rust-u4pak is licensed under the MPL-2.0 License. This license is Weak Copyleft.
              Weak Copyleft licenses have some restrictions, but you can use them in commercial projects.

            kandi-Reuse Reuse

              rust-u4pak releases are available to install and integrate.
              Installation instructions are not available. Examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of rust-u4pak
            Get all kandi verified functions for this library.

            rust-u4pak Key Features

            No Key Features are available at this moment for rust-u4pak.

            rust-u4pak Examples and Code Snippets

            File Format,Record
            Rustdot img1Lines of Code : 25dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            Offset  Size  Type         Description
                 0     8  uint64_t     offset
                 8     8  uint64_t     size (N)
                16     8  uint64_t     uncompressed size
                24     4  uint32_t     compression method:
                                          0x00 ... none
                   
            File Format,Data Record
            Rustdot img2Lines of Code : 11dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            Offset  Size  Type            Description
                 0     ?  Record          file metadata (offset field is 0, N = compressed_size)
            if variant == "Conan Exiles"
                 ?    20  ?               Unknown. Maybe another SHA-1 sum of something?
                               
            File Format,Index Record
            Rustdot img3Lines of Code : 7dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            Offset  Size  Type            Description
                 0     4  uint32_t        file name size (S)
                 4     S  char[S]         file name (includes terminating null byte)
               4+S     ?  Record          file metadata
            if variant == "Conan Exiles"
                 ?     4   

            Community Discussions

            No Community Discussions are available at this moment for rust-u4pak.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install rust-u4pak

            You can download it from GitHub.
            Rust is installed and managed by the rustup tool. Rust has a 6-week rapid release process and supports a great number of platforms, so there are many builds of Rust available at any time. Please refer rust-lang.org for more information.

            Support

            For any new features, suggestions and bugs create an issue on GitHub. If you have any questions check and ask questions on community page Stack Overflow .
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries

            Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link