Dominic Chen

Results 13 comments of Dominic Chen

I took a quick look, and the mechanism is different; the code refers to a base64 header and some AES-like encryption. But I don't have the time right now to...

Thanks for the contribution! Could you make two small changes? - Update the README to clarify what tool should be used for which drives - Factor out the aes.h/aes.c files...

That's definitely more efficient; at the time I just extracted the array directly with IDA and wrote a small wrapper around it to do the decoding as a proof of...

Mostly resolved in #367, at least for my purposes

That commit added support for extracting certificates, CRL's, and data from certain PKCS#7 objects. But, it was never merged into the main codebase.

Ah, I see. I'm just looking to use gilbc and musl side-by-side on x86_64, so I can manually fix the symlink. Somewhat off-topic, but do you know about plans/status of...

I'm not familiar with Fedora and haven't done any testing with it. You could try installing debugging symbols for binutils to get a more useful stack trace and see where...

I originally developed this on Ubuntu, probably the 20.04 LTS version but I don't recall exactly. However, I haven't tested it recently, so it's possible that changes in newer glibc...

What platform and version of glibc is this on? Could you post the backtrace of the crash? You can enable coredumps using ulimit then load that in a debugger.