A tool that fixes corrupted image metadata in a resource pack, where the images have been corrupted to be protected.
Find a file
2024-12-16 00:39:10 +00:00
src properly update everything for 0.4.2: proper lib 2024-12-15 17:29:52 +00:00
.gitignore gitignore2 2024-12-16 00:39:10 +00:00
build_x64.sh gitignore2 2024-12-16 00:39:10 +00:00
Cargo.lock properly update everything for 0.4.2: proper lib 2024-12-15 17:29:52 +00:00
Cargo.toml properly update everything for 0.4.2: proper lib 2024-12-15 17:29:52 +00:00
inventory.png first version by zatzou 2024-12-03 20:47:10 +00:00
LICENSE Add LICENSE and README 2024-12-03 23:29:59 +00:00
log.txt shits fucked 2024-12-04 00:26:25 +00:00
readme.md properly update everything for 0.4.2: proper lib 2024-12-15 17:29:52 +00:00

rpfixer (formerly respack-decrypter)

This tool allows you to fix corrupted images' metadata in a resource pack, where the images have been corrupted to be protected.

This tool will not overcome any protection to the zip archive itself. See a program such as MCRPX for that.

Usage

CLI

Manual clone

  • download the Rust-Lang for your system
  • download this repository
  • run cargo build --release in the directory
  • check ./target/release
  • run
    • rpfixer if you are on linux/mac (RUN chmod +x rpfixer ON IT FIRST)
    • rpfixer if you are on windows

Cargo

  • Download the Rust-Lang for your system
  • run cargo install rpfixer
  • Then run the rpfixer command

Function library

  • The library has one function: rpfixer::fix. Use a Vec<u8> in it.

Example code

use std::fs;
fn main() {
    let frfr: Vec<u8> = fs::read("filepath.png").expect("wtf the path doesnt exist");
    let mut fr: Vec<u8> = rpfixer::fix(frfr);
    fs::write("filepath.png", fr).expect("file could not write btw");
}

Syntax

Check --help for syntax.

Example syntax:

License

It's all MIT, except the example corrupted inventory.png and inventory-fix.png which is courtesy of Wynncraft.

Zeer you better not come after me for this one, you guys still haven't answered my gdpr req yet