/Run-wrapper

ELF wrapper for RunImage Run.sh script in the extracted form

Primary LanguageRustMIT LicenseMIT

Run-wrapper

ELF wrapper for RunImage Run.sh script in the extracted form

To get started:

  • Download the latest revision
git clone https://github.com/VHSgunzo/Run-wrapper.git && cd Run-wrapper
  • Compile a binary
rustup default nightly
rustup target add x86_64-unknown-linux-musl
rustup component add rust-src --toolchain nightly
cargo build --release
  • Or take an already precompiled binary file from the releases