Python 3.11 setup.py build errors out
error in afl-utils setup command: 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected end or semicolon
(after version specifier)
exploitable==1.32-rcor
~~~~~~~~~^
I assume the warning is about -rcor not being a valid version.