cavaliergopher / rpm

A Go implementation of the RPM file format
BSD 3-Clause "New" or "Revised" License
169 stars 44 forks source link

Does this project support analysing rpm database? #15

Closed vvnotw closed 6 years ago

cavaliercoder commented 6 years ago

Currently there is no support for reading the RPM database. The database is in Berkeley DB format. Existing BDB tools should allow some level of analysis.