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

add option to only "scan" the binary like binwalk would do for example #624

Closed
dummys opened this issue Jun 26, 2023 · 3 comments · Fixed by #692
Closed

add option to only "scan" the binary like binwalk would do for example #624

dummys opened this issue Jun 26, 2023 · 3 comments · Fixed by #692
Assignees
Labels
enhancement New feature or request

Comments

@dummys
Copy link

dummys commented Jun 26, 2023

Hi,

I would like to skip using binwalk and use your tools rather, but I'm missing one of the binwalk feature, ability to simply scan the whole binary and print all know files inside.
I checked the command line of unblob and found one that should do the same, the "-s" option, but I get directory of extraction still created. Is is possible to avoid creating and thus clobbering the working directory with "*_extract" folder ?

@qkaiser qkaiser added the enhancement New feature or request label Jul 3, 2023
@qkaiser
Copy link
Contributor

qkaiser commented Jul 3, 2023

Hi @dummys ! That's something we talked about in the early days of unblob development but never got to implement.

I'll keep the issue open to track it, but please note that it's not on our priority list.

@aserper
Copy link

aserper commented Dec 16, 2023

+1

@qkaiser
Copy link
Contributor

qkaiser commented Dec 24, 2023

@dummys @aserper please have a look at #692 and do not hesitate to comment. I'd like to know what are your expectations regarding the console output in "scan" mode.

Is is possible to avoid creating and thus clobbering the working directory with "*_extract" folder ?

This is handled by 6aabbc7 right now. This will probably land in main in 2024.

@qkaiser qkaiser linked a pull request Dec 24, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants