Simson L. Garfinkel
Simson L. Garfinkel
The disk images you've made are fine for this purpose. I think that for our long-term purposes we should create more detailed images using a standardized image maker. Do you...
@bjangelo what do you think of the @copilot's recommendation? I've reviewed it and I'm inclined to go with it. But I want to add all of the disk images to...
Well, AI is good about stealing code, is it not? I'll try to create a test using some ext4 file systems. I want this code to be tested as part...
If you have any ideas on the right way to structure the tests, I'm all ears!
If you give me your disk images, that would help me a bit. Can you zip them up and attach them to this ticket? I'll do the rest.
Great! Our tiny disk images won’t be of help testing those… On Sun, Sep 14, 2025 at 2:42 PM bjangelo ***@***.***> wrote: > *bjangelo* left a comment (sleuthkit/sleuthkit#3381) > >...
This is great, but I need to create a test and I just haven't had a chance to do that yet. I hope to have the time to do it...
Hi @bjangelo — Thanks for bringing this up again. I haven't had the time to put together a test for this. However, I can easily put an ext4 disk image...
Changing the behavior of `fls -l` is not going to happen. You can add another flag, but we can't change the behavior of an existing flag. If you want to...
***@***.***, in my experience f.get() isn't used much. If you can rewrite this code so that it just uses fflush and rewind, without using f.get(), that would be great. I'm...