cve-rs 编写安全代码来让 Rust 不内存安全!
cve-rs 允许你编写安全代码来在 Rust 程序中引入内存安全漏洞。给出的所有的例子都没有使用 unsafe
代码块。
cve-rs 主要实现了这三种安全问题:
- Use after free
- Buffer overflow
- Segmentation fault
比如这是一个 UAF 的问题实例:
ReadMore: https://github.com/Speykious/cve-rs/tree/main
又一个 Rust 实现的命令行版贪吃蛇游戏
cargo install snakepipe
# basic usage
snakepipe gamestate|snakepipe render
# change the defaults
snakepipe gamestate --frame-duration 80 --width 70 --height 20 --snakepipe-length 15|snakepipe render
# call help on any of the commands
snakepipe --help
ReadMore: https://github.com/topheman/snake-pipe-rust
使用 Rust 编写一个语言解释器
目前已经更新了 6 篇文章了, 涵盖简介、词法分析、语法分析、类型表示、执行环境、执行I 等,对编译原理感兴趣的可以关注一下
ReadMore: https://buildingwithrust.substack.com/archive
From 日报小组 Koalr
社区学习交流平台订阅:
1
共 4 条评论, 1 页
评论区
写评论可是他的readme里还写着
虽然这是个搞笑的协议
--
👇
zylthinking: 就是演示编译器 bug 的 类似的还有一个 fake-static, 但人家说了
但这个啥都不说,故意让人误解为某种技术
就是演示编译器 bug 的 类似的还有一个 fake-static, 但人家说了
但这个啥都不说,故意让人误解为某种技术
没看懂这个cve-rs是干吗用的,一开始以为是演示会出错的写法,但是看了他的描述,像是给人用的内存操作库?
利用已知的安全漏洞写出不合理的代码 却不明说
给人错觉啊,还以为是啥底层技术