Skip to content

g0ku704/aflplusplus_build_action

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AFL++ Build action

Background

This action is to have a generic build step that can be used in workflows by replacing the fuzz target compilers with AFL++ instrumented compilers instead.

Inputs

  file_name:
    description: "Name of the target source file"
    required: true
  source:
    description: "Path of the target source"
    required: true
  compiler:
    description: "AFL++ Compiler"
    default: "clang-lto"
  use_asan:
    description: "Compile target with ASAN"
    default: true