| Crates.io | rusty_checker |
| lib.rs | rusty_checker |
| version | 0.1.4 |
| created_at | 2025-08-03 13:28:15.972025+00 |
| updated_at | 2025-09-21 04:42:13.038125+00 |
| description | A simple RowHammer vulnerability checker written in Rust |
| homepage | https://kushalmeghani1644.github.io/Rusty-Suite/ |
| repository | https://github.com/KushalMeghani1644/Rusty-Checker |
| max_upload_size | |
| id | 1779714 |
| size | 89,298 |
Built with โค๏ธ in Rust
Rusty-Checker is a memory testing and analysis tool written in Rust that helps detect memory bit flips, test stability, and analyze reliability across configurable patterns and workloads.
Clone the repo and build with Cargo:
git clone https://github.com/<your-username>/rusty_checker.git
cd rusty_checker
cargo build --release
or install from crates.io:
cargo install rusty_checker
rusty_checker <memory_in_mb> <hammer_count> [--random] [--verbose] [--log <file>]
rusty_checker 64 10
rusty_checker 128 20 --random --verbose --log rusty_log.txt
Rusty-Checker performs low-level stress testing. While safe by design, improper use on unstable systems may cause crashes or instability. Use at your own risk.