Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
5angjun committed Nov 7, 2023
1 parent efe0234 commit 86ee237
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# MS Fuzz :
# MS Fuzz
**MS Fuzzer** is coverage-guided Fuzzer that is targeting Windows Kernel Driver.



<p align="center">
<a href="https://github.com/0dayResearchLab/kAFL/actions/workflows/CI.yml">
<img src="https://github.com/0dayResearchLab/kAFL/actions/workflows/CI.yml/badge.svg" alt="CI">
</a>
<a href="https://github.com/IntelLabs/kAFL/releases">
<img alt="GitHub release (latest by date)" src="https://img.shields.io/github/v/release/IntelLabs/kAFL">
</a>
<a href="https://github.com/IntelLabs/kAFL/blob/master/LICENSE.md">
<img alt="GitHub" src="https://img.shields.io/github/license/IntelLabs/kafl">
</a>
</p>
<p align="center">
<a href="https://IntelLabs.github.io/kAFL/">
<img src="https://img.shields.io/badge/Online-Documentation-green?style=for-the-badge&logo=gitbook" alt="online_docs"/>
</a>
</p>

## Feature
- **MS Fuzzer** uses [_Intel PT_](https://www.intel.com/content/www/us/en/developer/videos/collecting-processor-trace-in-intel-system-debugger.html) to achieve code coverage.
- The **MS Fuzzer** follows an AFL-like design and can detect semi-stateful bugs.
Expand Down

0 comments on commit 86ee237

Please sign in to comment.