You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
@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.
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 ?
The text was updated successfully, but these errors were encountered: