Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to reset search to not get recurring results? #38

Open
tansy opened this issue Jan 28, 2020 · 0 comments
Open

How to reset search to not get recurring results? #38

tansy opened this issue Jan 28, 2020 · 0 comments

Comments

@tansy
Copy link

tansy commented Jan 28, 2020

I have a raw image, not even any file system image, with lot of archived files in it. Bz2 files to be more precise and when carved header is found correctly but resulting files are containing all subsequent files as well.

+-------------------+------+----------------------+------+------------------+---
| BZh... Aaaaaa     | blaa | BZh... Bbbbbbb       | blab | BZh... Ccccc     | ...
+-------------------+------+----------------------+------+------------------+---

// and next file will be 

+----------------------+------+-------------------+---
| BZh... Bbbbbbb       | blab | BZh... Ccccc      | ...
+----------------------+------+-------------------+---

+-------------------+---
| BZh... Ccccc      | ...
+-------------------+---

and so on.

How can I reset search when next header of the same type especially is found so I get something like this:

+-------------------+------+
| BZh... Aaaaaa     | blaa |
+-------------------+------+

+----------------------+------+
| BZh... Bbbbbbb       | blab |
+----------------------+------+

+-------------------+---
| BZh... Ccccc      | ...
+-------------------+---

Is there an option for that or it would had to be developed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant