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

25 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
mv target/x86_64-unknown-linux-musl/release/Run Run-x86_64
cp -f Run-x86_64 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