Update radare2 build scripts and corpus repository (#5649)

Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
pancake 2021-06-20 02:03:23 +02:00 committed by GitHub
parent 1bf9031854
commit c23b7b411b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 5 additions and 5 deletions

View File

@ -1,7 +1,7 @@
FROM gcr.io/oss-fuzz-base/base-builder
RUN apt-get update
RUN git clone https://github.com/radare/radare2 radare2
RUN git clone https://github.com/radare/radare2-regressions radare2-regressions
RUN git clone https://github.com/radareorg/radare2 radare2
RUN git clone https://github.com/radareorg/radare2-fuzz radare2-fuzz
WORKDIR radare2
COPY build.sh $SRC/
COPY *.options $SRC/

View File

@ -6,7 +6,7 @@ export HOST_CC=$CC
sys/static.sh
cp -r r2-static $OUT/
cp -r ../radare2-regressions/fuzz/targets .
cp -r ../radare2-fuzz/targets .
export RADARE2_STATIC_BUILD=$OUT/r2-static
cd targets

View File

@ -1,4 +1,4 @@
homepage: "https://github.com/radare/radare2"
homepage: "https://github.com/radareorg/radare2"
language: c++
primary_contact: "pancake@nopcode.org"
auto_ccs:
@ -6,4 +6,4 @@ auto_ccs:
sanitizers:
- address
run_tests: False
main_repo: 'https://github.com/radare/radare2'
main_repo: 'https://github.com/radareorg/radare2'