https://github.com/ma-fi-94/bitflip
Check for flipped bits in memory by allocating a huge chunk of memory, filling it, and checking for changes regularly.
https://github.com/ma-fi-94/bitflip
bitflip c cosmic-rays
Last synced: 6 months ago
JSON representation
Check for flipped bits in memory by allocating a huge chunk of memory, filling it, and checking for changes regularly.
- Host: GitHub
- URL: https://github.com/ma-fi-94/bitflip
- Owner: Ma-Fi-94
- License: gpl-3.0
- Created: 2023-10-31T17:42:51.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-31T17:43:15.000Z (almost 2 years ago)
- Last Synced: 2025-02-12T06:24:27.064Z (8 months ago)
- Topics: bitflip, c, cosmic-rays
- Language: C
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bitflip
Check for flipped bits in memory by allocating a huge chunk of memory, filling it, and checking for changes regularly.