Skip to content

mczimmermann/cs263

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 

Repository files navigation

cs263

This project is focused on testing the performance differences between known vulnerable C++ code and their memory-safe counterparts in Rust.

I will be making the comparisons using multiple Common Vulnerabilities & Exposures (CVEs) in gnu coreutils, as it is an open source, very widely used program, and there is a current popular reimplementation of it using Rust, so I can easily compare the two. Here are some of the examples that I will be using:

The current plan is to use google-benchmark in order to test the performance of the C++ code, and use criterion to test the performance of the Rust code. For both languages, I will benchmark a "normal", non-exploit run, and for examples where a proof of concept is available, I will also benchmark the exploit. Note that overwhelmingly, users will only experience a normal execution path so this is sufficient. Furthermore, optimal performance is theoretically not necessary for an attacker that wants to trigger the vulnerabilities.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published