https://github.com/p3gleg/shellcode_loader
https://github.com/p3gleg/shellcode_loader
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/p3gleg/shellcode_loader
- Owner: P3GLEG
- Created: 2020-06-08T10:01:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-07T10:50:51.000Z (about 5 years ago)
- Last Synced: 2025-03-15T01:07:39.620Z (over 1 year ago)
- Language: Rust
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### How to compile for linux
```bash
cargo build --release --target x86_64-unknown-linux-gnu --bin shellcode_loader
```
### How to compile for mac
`cargo build -v --release --target x86_64-apple-darwin`
### How to compile on Windows
`cargo build --release --target i686-pc-windows-msvc`
### How to compile for Windows
`cargo build --release --target i686-pc-windows-msvc`
This will require vstools is downloaded. Check out [here](https://docs.microsoft.com/en-us/cpp/build/building-on-the-command-line?view=vs-2019)