niklasb / libc-database

Build a database of libc offsets to simplify exploitation
https://libc.rip/
MIT License
1.68k stars 193 forks source link

arch linux with rpm-tools-4.15.1-3 #35

Closed LukasM94 closed 3 years ago

LukasM94 commented 3 years ago

With arch linux and the package rpm-tools-4.15.1-3 the requirements for centos and rpm are not met. The error message are:

Will download or update for:
/usr/bin/rpm2cpio
Requirements for download or update 'x' are not met. Please, refer to README.md for installation instructions
mariuszskon commented 3 years ago

You need rpmextract

niklasb commented 3 years ago

this is not a bug, it's clear from the error message that you need to have rpm2cpio in your PATH. please re-open if you disagree in case there are problems that I'm not seeing currently