mirror of https://github.com/google/oss-fuzz.git
Update radare2 build scripts and corpus repository (#5649)
Co-authored-by: pancake <pancake@nopcode.org>
This commit is contained in:
parent
1bf9031854
commit
c23b7b411b
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue