Skip to content

Latest commit

 

History

1 Commit

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Safe RAM Tester

Windows GUI memory tester. It reports installed and available RAM, allocates the selected amount in 16 MiB blocks, displays the allocated virtual-address span, and tests every byte with 1 then 0, ten times per byte. Failures remain in the GUI and are immediately written to a timestamped log beside the executable.

This intentionally tests memory owned by the process. A normal Windows program cannot safely traverse physical address space; attempting that would overwrite the operating system, drivers, and other programs.

Build

& 'C:\Program Files\dotnet\dotnet.exe' publish .\SafeRamTester.csproj -c Release -r win-x64 --self-contained true -p:PublishSingleFile=true

The executable is created under bin\Release\net8.0-windows\win-x64\publish.

Windows 7, 10, and 11 installer

Win7/Program.cs is the .NET Framework 4.0-compatible edition for Windows 7 SP1 through Windows 11. The generated per-user installer does not require administrator rights. It installs under %LOCALAPPDATA%\Safe RAM Tester and creates Desktop and Start Menu shortcuts.

Windows 7 must have .NET Framework 4.0 or later enabled (Windows 7 SP1 supports up to .NET Framework 4.8).

About

Multithreaded Windows GUI RAM tester with an installer for Windows 7 SP1, 10, and 11.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages