google/rowhammer-test
Test DRAM for bit flips caused by the rowhammer problem observed · 2026-09-03
Health v2 · maintenance only
10/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases archived no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 4257
- days_rel: n/a
- days_push: 4018
- n_releases_24m: 0
Adoption not part of the score
1003 stars · 202 forks observed · 2026-09-03
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
A userland test program that checks DRAM modules for bit flips caused by the rowhammer problem, where repeatedly accessing memory rows disturbs adjacent rows. It works on x86 Linux and Mac OS X by repeatedly accessing uncached memory locations using the CLFLUSH instruction.
Use cases
- test if my RAM is vulnerable to rowhammer
- check DRAM for bit flips caused by memory disturbance errors
- verify whether a machine is susceptible to the rowhammer bug
- detect rowhammer vulnerability on x86 hardware
- research hardware security by hammering memory rows
When to choose
- you need to test x86 Linux or Mac machines for rowhammer susceptibility
- you are researching DRAM disturbance errors or hardware security
- you want a simple userland tool with no kernel driver required
When to avoid
- you need testing on ARM or other non-x86 architectures
- the machine contains important data, since the test can corrupt memory
- you need an actively maintained tool with recent hardware support
Facets
cli-tool · maturity abandoned
testing security developer-tools security hardware developer-tools cpp cli rowhammer dram hardware-vulnerability memory-testing bit-flips linux macos
1 source
- readme: https://github.com/google/rowhammer-test · fetched 2026-09-03 · 8690abfad726
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| google/rowhammer-test | main | 10 |
For agents
markdown · JSON · MCP: product_card(name="google/rowhammer-test")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem