-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
There's now a gif in the readme instead of a static image (#37)
![cassete](https://github.com/Speykious/cve-rs/assets/100917739/ffec1e20-f106-45c2-a822-d1581ecc6b88)
- Loading branch information
Showing
7 changed files
with
33 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,3 +29,6 @@ step-on-lego = ["oorandom"] | |
[[bench]] | ||
name = "transmute" | ||
harness = false | ||
|
||
[[example]] | ||
name = "segfault" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
// With cve-rs, you can crash prod in a 🔥 blazingly fast manner! | ||
fn main() { | ||
let null: &mut u8 = cve_rs::null_mut::<u8>(); | ||
*null = 42; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Set Theme "Catppuccin Mocha" | ||
Set FontFamily "JetBrainsMono Nerd Font" | ||
Set Margin 20 | ||
Set MarginFill "#B4BEFE" | ||
Set BorderRadius 10 | ||
Set Shell bash | ||
Set TypingSpeed 0 | ||
Hide | ||
Type "source vhs/config.bash" | ||
Enter | ||
Show | ||
Set TypingSpeed 0.1 | ||
Type "bat examples/segfault.rs" | ||
Enter | ||
Sleep 5s | ||
Type "cargo run --example segfault" | ||
Sleep 5s | ||
Enter | ||
Sleep 3s |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
clear | ||
echo "Blazingly 🔥 fast 🚀 memory vulnerabilities, written in 100% safe Rust. 🦀" | ||
export LANGUAGE="en" |