Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for Windows Fuzzing #46

Merged
merged 2 commits into from
Nov 7, 2024

Conversation

cwshugg
Copy link
Contributor

@cwshugg cwshugg commented Nov 4, 2024

Hi - this PR adds documentation for setting up a Windows environment for fuzzing, as well as a tutorial on how to fuzz Windows DLLs (shared libraries). This documentation piggybacks off of my changes in this cargo-fuzz PR. I've been on a bit of a discovery process with fuzzing a DLL on Windows, and wanted to ensure my learnings are documented somewhere to help other Rust fuzzing enthusiasts.

@cwshugg cwshugg marked this pull request as ready for review November 5, 2024 18:36
Copy link
Member

@fitzgen fitzgen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@fitzgen
Copy link
Member

fitzgen commented Nov 7, 2024

Looks like there are some errors when building the mdbook with this PR:

https://github.com/rust-fuzz/book/actions/runs/11671416438/job/32678576653?pr=46

@cwshugg
Copy link
Contributor Author

cwshugg commented Nov 7, 2024

Thanks - just pushed up what should be a fix.

@Manishearth Manishearth merged commit 14978b1 into rust-fuzz:master Nov 7, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants