Commit Graph

15 Commits

Author SHA1 Message Date
DavidKorczynski b4ad0651e6
binutils: fix build (#9270)
Fixes the current error:
```
Step #3 - "compile-afl-address-x86_64": checking for the correct version of gmp.h... no
Step #3 - "compile-afl-address-x86_64": configure: error: Building GDB requires GMP 4.2+, and MPFR 3.1.0+.
Step #3 - "compile-afl-address-x86_64": Try the --with-gmp and/or --with-mpfr options to specify
Step #3 - "compile-afl-address-x86_64": their locations.  If you obtained GMP and/or MPFR from a vendor
```
2022-12-23 10:35:13 -08:00
DavidKorczynski 5f8608a2fc
Binutils: don't generate seeds but use prepared zip (#7036)
* Binutils: dont generate seeds but use prepared zip

* nit
2021-12-19 14:58:36 +00:00
DavidKorczynski 758a3c6946
binutils: add fuzz_nm preconditions (#6801) 2021-11-08 22:46:21 +00:00
DavidKorczynski d92411cd2d
binutils: cleanup seeds (#6753) 2021-11-03 15:14:54 +00:00
DavidKorczynski 11310a70d5
binutils: 3 new fuzzers {windres, strings, ranlib} and build cleanup (#6690)
* binutils: 3 new fuzzers {windres, strings, ranlib} and build cleanup

* binutils: reduce fuzzers built in CI
2021-10-29 14:09:16 +01:00
DavidKorczynski 7b5b94721b
binutils: add GAS fuzzer and specialised disassembly fuzzer (#6640)
* binutils: add GAS fuzzer and specialised disassembly fuzzer

* binutils: cleanup formatting

* binutils: minor fix
2021-10-23 20:25:44 +01:00
DavidKorczynski 6e6e507f46
binutils: add objcopy fuzzer (#6635)
* binutils: add objcopy fuzzer

* binutils: objcopy fuzzer: fix docs

* binutils: objcopy: use right naming

* binutils: objcopy: fix styling

* binutils: disable leak deteection for objcopy fuzzer

* binutils: copy over all option files
2021-10-22 16:41:51 +00:00
Abhishek Arya 4f5c06fbf7
Revert "[binutils] Add new fuzzer (#4128)" (#4133)
This reverts commit 6d59abf3ca.
2020-07-14 13:43:13 -07:00
Ravi Jotwani 6d59abf3ca
[binutils] Add new fuzzer (#4128)
* cleaned up Dockerfile, added new fuzzer, updated build script

* added license header to fuzz_demangle.c
2020-07-14 08:05:51 -07:00
devtty1er d561c49ae5
Update Dockerfiles (#4070)
* Use LABEL in place of MAINTAINER

* Remove LABEL maintainer from Dockerfiles
2020-07-06 13:18:23 -07:00
DavidKorczynski 542543d4f7
[Binutils] Avoid detecting memory leaks in readelf fuzzer (#3718)
* Set ASAN to detect_leaks=0 as maintainers do not want memory leaks.

* Fixed so the options file are now placed correctly in the out directory.
2020-04-28 08:00:56 -07:00
DavidKorczynski 1a89d904e8
[binutils] Adding new fuzz targets (#3487)
Fixed travis.

Removed whitespace and fixed commit email for google cla

Fixed travis.

Removed whitespace and fixed commit email for google cla
2020-03-11 15:26:46 -07:00
Catena cyber 44d340ef60 Adds a new target to binutils project (#3151) 2019-12-18 10:54:39 -08:00
Catena cyber dd68f02b02 Removes binutils patch, applied upstream (#3109) 2019-12-12 06:25:21 -08:00
Catena cyber 8fb7e6a4ff [binutils] Adds project binutils (#2617)
* Adds project binutils

With only one target for now

* nit define constant as macro

* Adds binutils patch against memory leaks

* Updates rebased patch

* Patch fixing binutils
2019-10-14 08:53:02 -07:00