内存安全问题占比高的原因,主要是因为 Windows 大多是以 C 和 C++ 编写的——著名的“内存不安全”语言。内存管理代码只要有一个漏洞,就会导致大量的内存安全错误,从而可能引发远程代码执行或权限提升漏洞等攻击。
Microsoft has announced the latest version of its Rust for Windows project, version 0.9. Rust for Windows is a language projection for Windows, and lets developers use any Windows API via the windows ...
Microsoft has announced an early public preview of Rust/WinRT, or Rust for the Windows Runtime (WinRT), and has posted it on GitHub. The Rust/WinRT project is a "WinRT language projection" or software ...
Recap: Historically, the vast majority of security issues encountered on the Windows platform have been memory-related bugs. Rust can provide a highly effective solution to this long-standing problem, ...
Could Microsoft switch from its use of C, C++, and C# to other languages? A recent blog post from the Microsoft Security Response Center (MSRC) suggested that it might well be looking at alternatives, ...
Tier 1 status brings the Rust language project’s highest support guarantees to users of 64-bit Arm systems running Windows. The Rust Release Team has released Rust 1.91, an update of the popular ...
The switch from C++ to Rust aims to make the kernel more concise, secure, and efficient. Microsoft has already added a significant 36,000 lines of Rust code to the kernel, which has led to the ...
Windows 11 is going rusty, and we don't mean that someone left the operating system out in the rain for too long - rather that Rust is now part of the OS in a fresh plan being enacted by Microsoft to ...
The Rust Project has issued an update for its standard library, after a vulnerability researcher discovered a specific function used to execute batch files on Windows systems could be exploited using ...