Christian Blichmann
Christian Blichmann
I have not touched this repo in quite a while. Do you happen to know the kernel version that created the filesystem or that was last used to access it?...
Check out 1bc51ce. That commit allows to read the first file extent at least.
Any chance you can share that `metadata_4t.db`? If not (perfectly fine as well), let me do some digging myself. If you can/want to share, use my GPG key `CF13896F`. I...
I updated the key yesterday: https://blichmann.eu/christian-blichmann-public.asc
Hi again, I got your `metadata_4t.db` file and successfully decrypted it. I can't, however, reproduce the crash. Mount: ```bash (redacted)@(redacted):~/devel/btrfscue-tmp/__github$ ./btrfscue --metadata metadata_4t.db --verbose mount ~/mnt btrfscue: no device file...
I'll be working on this next, but I expect to get to this only in a few weeks. The trouble is that there are still a few issues translating logical...
* Added test for ELF parsing * Added test for `copy` package
- Added test for ldconfig format parsing - Added test for linux loader - Added tests for `.jailspec` parsing
Sure, we all want to spend less time on build systems. In our environment it'll be difficult to call out to other build systems, so my best bet will likely...
Think bazel.io on Google infrastructure (https://mike-bland.com/2012/10/01/tools.html#blaze-forge-srcfs-objfs details this a bit). The gist of it is that we don't usually allow code that is built with other build systems at Google....