Skip to content

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

License

Notifications You must be signed in to change notification settings

VHSgunzo/Run-wrapper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
cp -f target/x86_64-unknown-linux-musl/release/{Run,Run-upx} .
cp -f Run pkgbuild
(cd pkgbuild && makepkg -fsCc --noconfirm --nodeps)
  • Or take an already precompiled binary file from the releases

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published