Name: gef Version: 2021.07 Release: 1%{?dist} Summary: GDB Enhanced Features License: MIT URL: https://github.com/hugsy/gef Source0: https://github.com/hugsy/gef/archive/refs/tags/%{version}.tar.gz BuildArch: noarch Requires: python3dist(capstone) %description GEF is a set of commands for x86/64, ARM, MIPS, PowerPC and SPARC to assist exploit developers and reverse-engineers when using old school GDB. It provides additional features to GDB using the Python API to assist during the process of dynamic analysis and exploit development. Application developers will also benefit from it, as GEF lifts a great part of regular GDB obscurity, avoiding repeating traditional commands, or bringing out the relevant information from the debugging runtime. %prep %autosetup %install install --preserve-timestamps -D -m 0644 gef.py %{buildroot}%{_datadir}/gef/gef.py %files %license LICENSE %doc README.md %{_datadir}/gef/gef.py %changelog * Tue Sep 28 2021 Mattias Ohlsson - Initial build