Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/RUB-SysSec/redqueen
https://github.com/RUB-SysSec/redqueen
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/RUB-SysSec/redqueen
- Owner: RUB-SysSec
- License: agpl-3.0
- Created: 2019-09-23T18:48:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-23T12:47:51.000Z (over 3 years ago)
- Last Synced: 2024-08-02T05:13:43.304Z (6 months ago)
- Language: Python
- Size: 103 MB
- Stars: 369
- Watchers: 20
- Forks: 59
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- security-study-tutorial - Fuzz中一个常见问题是Checksum或者Magic Value,以前的方法大多是通过符号执行的方法去求解约束,但这样的方法比较复杂。Redqueen这篇文章提出了一种更为简单的思路,即基于VMI来获取比较指令或者函数调用指令的参数,用这个参数来指导变异。具体实现依赖Intel PT。