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

Add new build option to support Windows DLLs #388

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Commits on Oct 8, 2024

  1. implemented the exposing of environment variables during build-time (…

    …'exec_build()') for dependencies to detect when cargo-fuzz is running
    cwshugg committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    02471f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7385662 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e2b684b View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. added new '--no-include-main-msvc' command-line build option, which a…

    …llows for Windows DLLs to be built *without* the '/include:main' linker argument. This, plus a few other tricks, allows for Windows DLLs to be built for fuzzing.
    cwshugg committed Oct 15, 2024
    Configuration menu
    Copy the full SHA
    30bac16 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e88c5f View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. Configuration menu
    Copy the full SHA
    14a64ac View commit details
    Browse the repository at this point in the history
  2. fixed minor comment typo

    cwshugg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2615fed View commit details
    Browse the repository at this point in the history