diff --git a/AFLplusplus-4.10c.tar.gz b/AFLplusplus-4.10c.tar.gz new file mode 100644 index 0000000000000000000000000000000000000000..e5ca8a610d50d4892399b470de21beb3c432a60b Binary files /dev/null and b/AFLplusplus-4.10c.tar.gz differ diff --git a/aflplusplus.spec b/aflplusplus.spec new file mode 100644 index 0000000000000000000000000000000000000000..7cf9a97766efaada2c3532696b5952bc20b86155 --- /dev/null +++ b/aflplusplus.spec @@ -0,0 +1,35 @@ +Name: AFLplusplus +Version: 4.10c +Release: 1 +Summary: AFLplusplus +License: Apache-2.0 +URL: https://github.com/AFLplusplus/AFLplusplus +Source0: %{name}-%{version}.tar.gz +#Requires: +BuildArch: aarch64 + +%description +The fuzzer afl++ is afl with community patches, qemu 5.1 upgrade, collision-free coverage, enhanced laf-intel & redqueen, AFLfast++ power schedules, MOpt mutators, unicorn_mode, and a lot more! + +%prep +%setup -q -n %{name}-%{version} +%global debug_package %{nil} + +%build +make %{?_smp_mflags} + +%install +export DONT_STRIP=1 +rm -rf %{buildroot} +make install DESTDIR=%{buildroot} + + +%files +%{_prefix}/local/bin/* +%{_prefix}/local/share/* +%{_prefix}/local/lib/* + + +%changelog +* Wed Feb 21 2024 baiyong -%{version}-1 +-initial version