mirror of
https://github.com/AFLplusplus/AFLplusplus.git
synced 2025-06-14 11:08:06 +00:00
15 lines
273 B
Docker
15 lines
273 B
Docker
FROM fridadotre/manylinux-x86_64
|
|
|
|
COPY realpath /bin/realpath
|
|
RUN chmod +x /bin/realpath
|
|
|
|
RUN yum -y install xz
|
|
RUN yum -y install vim-common
|
|
|
|
WORKDIR /AFLplusplus
|
|
ENV CFLAGS="\
|
|
-DADDR_NO_RANDOMIZE=0x0040000 \
|
|
-Wno-implicit-function-declaration \
|
|
"
|
|
ENV CXX=$CC
|