Educational purposes only
Don't use this project maliciously.
Prerequisites
Setup
- Run
cargo run --bin builder -- <file>
- Run
cargo build --release --target=x86_64-pc-windows-msvc --lib
Disclaimer
Build the runtime for the same architecture as your target process.
Contributing
- Fork it
- Create your branch (
git checkout -b my-change
) - Commit your changes (
git commit -am 'changed something'
) - Push to the branch (
git push origin my-change
) - Create new pull request