This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cfkaran2@Hammer:~/Documents/repositories/AFLplusplus$ make distrib | |
[*] Compiling afl++ for OS Linux on ARCH x86_64 | |
[*] Checking for the default compiler cc... | |
[*] Testing the PATH environment variable... | |
[*] Checking for the ability to compile x86 code... | |
[+] shmat seems to be working. | |
[+] Python 3.8.10 support seems to be working. | |
[+] Everything seems to be working, ready to compile. | |
cc -O2 -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith -fPIC -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto -c src/afl-common.c -o src/afl-common.o | |
cc -O2 -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith -fPIC -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto -c src/afl-sharedmem.c -o src/afl-sharedmem.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cfkaran2@Hammer:~/Documents/repositories/AFLplusplus$ make distrib && make tests | |
[*] Compiling afl++ for OS Linux on ARCH x86_64 | |
[*] Checking for the default compiler cc... | |
[*] Testing the PATH environment variable... | |
[*] Checking for the ability to compile x86 code... | |
[+] shmat seems to be working. | |
[+] Python 3.8.10 support seems to be working. | |
[+] Everything seems to be working, ready to compile. | |
cc -O2 -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith -fPIC -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto -c src/afl-common.c -o src/afl-common.o | |
cc -O2 -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith -fPIC -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto -c src/afl-sharedmem.c -o src/afl-sharedmem.o |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cfkaran2@Hammer:~/Documents/repositories/AFLplusplus$ make distrib && make tests | |
[*] Compiling afl++ for OS Linux on ARCH x86_64 | |
[*] Checking for the default compiler cc... | |
[*] Testing the PATH environment variable... | |
[*] Checking for the ability to compile x86 code... | |
[+] shmat seems to be working. | |
[+] Python 3.8.10 support seems to be working. | |
[+] Everything seems to be working, ready to compile. | |
cc -O2 -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith -fPIC -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto -c src/afl-common.c -o src/afl-common.o | |
cc -O2 -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign -Wno-variadic-macros -Wall -Wextra -Wpointer-arith -fPIC -I include/ -DAFL_PATH=\"/usr/local/lib/afl\" -DBIN_PATH=\"/usr/local/bin\" -DDOC_PATH=\"/usr/local/share/doc/afl\" -flto -c src/afl-sharedmem.c -o src/afl-sharedmem.o |