More on this recent research:
https://github.com/IAIK/rowhammerjs/tree/master/native
The source is a single C++ file (not Javascript, like the Github project name hints at), built targets for Sandy/Ivy/Haswell/Skylake, works on 64-bit Linux. Usage:
# ./rowhammer[-architecture] [-t nsecs] [-p percent] [-c cores] [-d dimms] [-r row] [-f first_offset] [-s second_offset]
”-c” the number of cores (only important with ”#define EVICTION_BASED”)
”-p” percent of memory to use
”-d” number of dimms (very important)
”-r” loop only over the specified row
”-f” only test addresses with the specified first aggressor offset
”-s” only test addresses with the specified second aggressor offset
