https://github.com/brucewind/rustpractice
https://github.com/brucewind/rustpractice
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/brucewind/rustpractice
- Owner: BruceWind
- Created: 2023-01-18T02:28:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-19T15:27:18.000Z (over 3 years ago)
- Last Synced: 2025-01-26T18:47:02.242Z (over 1 year ago)
- Language: Rust
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RustPractice
A repo, used for learning and practice.
## Some examples exhibited in this repo:
1. hide your secret strings or keys for decompiling.
# Run
### requirements in advance of running.
1. export LITCRYPT_ENCRYPT_KEY="brucewind20230000"
2. cargo build
3. cargo run
## In addition
1. prefer to run with Clion?
open this project in Clion, and **add configrations** at top of screen,
and then write `command ``run --package RustPractice --bin RustPractice` into command
input box.