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

Split file by offset #454

Closed
MariasStory opened this issue Dec 27, 2018 · 1 comment
Closed

Split file by offset #454

MariasStory opened this issue Dec 27, 2018 · 1 comment

Comments

@MariasStory
Copy link

This is a feature request.
Please add option to split file by offset. It is also useful to be used in combination with "Scan for Embedded Files" or extracting another interesting information. Maybe the splitting could have a list of offsets to split on?

@n1474335
Copy link
Member

This is already possible using the Take bytes operation.

I am currently working on a PR (#440) that will add a new operation called 'Extract files' which will attempt to locate files within the data, parse them correctly to find their exact length, and extract them for you.

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

2 participants