diff options
| author | vanhauser-thc <vh@thc.org> | 2023-03-26 12:14:35 +0200 |
|---|---|---|
| committer | vanhauser-thc <vh@thc.org> | 2023-03-26 12:14:35 +0200 |
| commit | 19f96129109c6394fdc45dfae3885c2d7e08977d (patch) | |
| tree | a24bd6696a4df892441be7d88df6413c953bd3bb /.github/workflows | |
| parent | d95540917848ee3f21a73d70b10a5be76b28cbf4 (diff) | |
| download | afl++-19f96129109c6394fdc45dfae3885c2d7e08977d.tar.gz | |
fix frida mode
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0a085b3a..ed1f3228 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -54,5 +54,5 @@ jobs: run: export CC=/usr/local/Cellar/llvm/*/bin/clang; export CXX="$CC"++; cd frida_mode; gmake - name: run tests run: sudo -E ./afl-system-config; export CC=/usr/local/Cellar/llvm/*/bin/clang; export CXX="$CC"++; export PATH=/usr/local/Cellar/llvm/*/":/usr/local/bin:$PATH"; export LLVM_CONFIG=/usr/local/Cellar/llvm/*/bin/llvm-config; gmake tests - #- name: force frida test for MacOS - # run: export AFL_PATH=`pwd`; /usr/local/bin/gcc -o test-instr test-instr.c; mkdir in; echo > in/in; AFL_NO_UI=1 ./afl-fuzz -O -i in -o out -V 5 -- ./test-instr + - name: force frida test for MacOS + run: export AFL_PATH=`pwd`; /usr/local/bin/gcc -o test-instr test-instr.c; mkdir in; echo > in/in; AFL_NO_UI=1 ./afl-fuzz -O -i in -o out -V 5 -- ./test-instr |
