소스 검색

fuzz: Qualify target ID

Includes org name in target ID.
tags/v1.1.3
Book Moons 4 년 전
committed by Andrea Spacca
부모
커밋
b40e9d1fb8
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      fuzzit.sh

+ 2
- 1
fuzzit.sh 파일 보기

@@ -8,6 +8,7 @@ if [ "$#" -ne 1 ]; then
fi

# Configure
NAME=transfersh
ROOT=./server
TYPE=$1

@@ -27,7 +28,7 @@ function fuzz {
DIR=${3:-$ROOT}
go-fuzz-build -libfuzzer -func $FUNC -o fuzzer.a $DIR
clang -fsanitize=fuzzer fuzzer.a -o fuzzer
./fuzzit create job --type $TYPE $TARGET fuzzer
./fuzzit create job --type $TYPE $NAME/$TARGET fuzzer
}
fuzz Profile profile
fuzz HTTP http


불러오는 중...
취소
저장