Win32 API fuzzer, to help develop Wine

This page summarizes the projects mentioned and recommended in the original post on /r/linux

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • Win32Fuzzer

    Winapi fuzzer to help Wine project in creating better Windows "emulator"

  • Recently I created fuzzer which test all possible(at this moment ~10 000) functions from Windows API - https://github.com/qarmin/Win32Fuzzer.

  • windows-rs

    Rust for Windows

  • Project is written in Rust and rust bindings to Windows API - https://github.com/microsoft/windows-rs

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
  • Qarminer

    Qarminer is fuzzer which automatically test Godot and its modules

  • This is my third created fuzzer, there was also Qarminer(Godot) written in GDScript and gtk-rs-fuzzer(GTK) written also in Rust, which also found several crashes and invalid behavior.

  • gtk-rs-fuzzer

    Gtk-rs fuzzer to catch as many bugs as possible

  • This is my third created fuzzer, there was also Qarminer(Godot) written in GDScript and gtk-rs-fuzzer(GTK) written also in Rust, which also found several crashes and invalid behavior.

  • trinity

    Linux system call fuzzer (by kernelslacker)

  • auto-fuzz-test

    Effortlessly fuzz libraries with large API surfaces

  • This is super interesting! I've tried auto-generating fuzzing harnesses for arbitrary Rust functions as well: https://github.com/rust-fuzz/auto-fuzz-test

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts