Package Details: quickbms 0.11.0-1

Git Clone URL: https://aur.archlinux.org/quickbms.git (read-only, click to copy)
Package Base: quickbms
Description: Files extractor and reimporter, archives and file formats parser, advanced tool for reversers and power users and much more.
Upstream URL: http://aluigi.altervista.org/quickbms.htm
Licenses: GPL2
Submitter: z3ntu
Maintainer: wof8317
Last Packager: romanra
Votes: 7
Popularity: 0.000516
First Submitted: 2016-06-14 08:00 (UTC)
Last Updated: 2022-08-19 20:14 (UTC)

Latest Comments

1 2 Next › Last »

NorthWestWind commented on 2023-05-01 10:38 (UTC)

error: ‘RSA_SSLV23_PADDING’ undeclared (first use in this function); did you mean ‘RSA_NO_PADDING’

I bypassed this error by modifying the Makefile. Removed USE_OPENSSL = 1 and it compiles, but some features are probably disabled by this and I'm not sure about which are.

Zebouski commented on 2023-01-10 04:51 (UTC)

Builds are failing for me with this

error: ‘RSA_SSLV23_PADDING’ undeclared (first use in this function); did you mean ‘RSA_NO_PADDING’

Looks like a change made in openssl 3? I do have openssl-1.1 installed as well but still no good, maybe I'm doing something wrong.

roadtang commented on 2022-03-07 07:31 (UTC)

while just want to notify 0.11.0 is out. http://aluigi.zenhax.com/papers/quickbms-src-0.11.0.zip. also, thanks for the package, it looks like not easy to maintenance a package.

z3ntu commented on 2021-07-15 17:21 (UTC)

Yes and no. I've looked at the patch you provided but it didn't seem like a correct solution because I think it will definitely break functionality within that file. Of course you can use this presumably incorrect version as long as you don't use the exact functionality, but I don't want to provide everyone with this version. And I'm a bit tired of fixing quickbms with every release because upstream breaks in completely weird ways all the time (and the ridiculous makefile with compiles everyone in one go also doesn't help).

silverhikari commented on 2021-07-15 05:12 (UTC)

is this package still being maintained? (i don't intend this to sound rude or mean)

silverhikari commented on 2021-06-28 23:37 (UTC) (edited on 2021-07-10 16:13 (UTC) by silverhikari)

here is the link for the pkgbuild including the compilepatch and a .SRCINFO https://www.dropbox.com/s/nqs85l6063wqh8v/quickbms%200.11.0%20update.zip?dl=0 EDIT: remade zip and replaced the pkgbuild with a diff patch

z3ntu commented on 2021-06-28 21:54 (UTC)

@silverhikari That's great! Just put it on some random pastebin or Dropbox or whatever.

silverhikari commented on 2021-06-28 18:19 (UTC)

i have a updated pkgbuild and compile.patch for the new 11.0.0 version of quickbms how do i give you these files?

roelkluin commented on 2020-09-06 15:19 (UTC)

Compilation did finish after disabling pie and making some variables static: https://pastebin.pl/view/a7128e3a

z3ntu commented on 2020-08-30 19:15 (UTC)

I've contacted upstream about the compile problem:

I will check what I can do when I will work on the next version of quickbms.

Currently I have no easy work-around for that, [...]